COLOR #A08284

HEX: #A08284
RGB: (160,130,132)

Color info

#A08284 contains red, green and blue colors in about the same proportion. Web safe color of #A08284 is #999999 (or #999).

RGB color model

#A08284 color RGB value is (160,130,132).

  • red value is 160;
  • green value is 130;
  • blue value is 132.
RGB:
(160,130,132)
(63%,51%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 132 of 255 = 52%

160
130
132

R + G + B ~ 55%. #A08284 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 132 = 422 (100%)
R 160 of 422 ~ 37.91%
G 130 of 422 ~ 30.81%
B 132 of 422 ~ 31.28%

%37.91
%30.81
%31.28

CMYK color model

#A08284 color CMYK value is (0,19,18,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,19,18,37)
C0M19Y18K37 
(0%,19%,18%,37%)
(0.00/0.19/0.18/0.37)	

CMYK percentages

%0
%18.75
%17.5
%37.25

Codes

Color #A08284 in popluar color models

A08284
RGB160130132
HSL356°13.64%56.86%
HSB/HSV356°18.75%62.75%
CMYK0.00%18.75%17.50%
37.25%

Color #A08284 in popluar number systems.

HEXA08284
Decimal160130132
Binary101000001000001010000100
Octal240202204

Shades and tints

Shades of #A08284

#A08284
(160,130,132)
#927778
(146,119,120)
#846C6C
(132,108,108)
#766160
(118,97,96)
#685654
(104,86,84)
#5A4B48
(90,75,72)
#4C403C
(76,64,60)
#3E3530
(62,53,48)
#302A24
(48,42,36)
#221F18
(34,31,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #A08284

#A08284
(160,130,132)
#A88D8F
(168,141,143)
#B0989A
(176,152,154)
#B8A3A5
(184,163,165)
#C0AEB0
(192,174,176)
#C8B9BB
(200,185,187)
#D0C4C6
(208,196,198)
#D8CFD1
(216,207,209)
#E0DADC
(224,218,220)
#E8E5E7
(232,229,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08284 color. Also use rgb(160,130,132) instead hex code.

Text Font Color

.myTextColor { color: #A08284; }

<p style="color:#A08284">This sample text font color is #A08284.</p>

This text font color is #A08284.


Background Color

.myBgColor { background-color: #A08284; }

<div style="background-color:#A08284">Inner text</div>

This div background color is #A08284.


Border color

.myBorderColor { border: 1px solid #A08284; }

<div style="border:3px solid #A08284">Div</div>

This div border color is #A08284.


Opacity

.myOpacity80 { color: #A08284; opacity: 0.8; }

<p style="color:#A08284;opacity:0.8;">80%</p>

Text with #A08284 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A08284;}

<p style="text-shadow: 3px 3px 1px #A08284">Text here.</p>

This text has shadow with #A08284 color.

.textShadow {text-shadow: 3px 3px 1px #A08284, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A08284, 5px 5px 20px red">Text here.</p>

This text has shadow with #A08284 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A08284, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A08284, Direction=45, Strength=4)">Text</p>

This text has shadow with #A08284 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A08284;
  -webkit-box-shadow:	1px 1px 3px 2px #A08284;
  box-shadow:		1px 1px 3px 2px #A08284;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A08284;
-webkit-box-shadow: 1px 1px 3px 2px #A08284;
box-shadow:1px 1px 3px 2px #A08284;">
Div content here</div>
This div box has shadow with color #A08284.

Preview

Color preview on black background

This text has color #A08284 on black background.


Color preview on white background

This text has color #A08284 on white background.



Black color preview on #A08284 background

This text has black color on #A08284 background.


White color preview on #A08284 background

This text has white color on #A08284 background.