Html Css Color HEX #A49C81 Grey Olive

📋 copy color: '#A49C81'

red 164 ◦ green 156 ◦ blue 129

#A49C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #A49C81

Tints of Grey Olive #A49C81

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 36.53%
G = 34.74%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A49C81 (or 0xA49C81) is known color: Grey Olive. HEX triplet: A4, 9C and 81. RGB value is (164,156,129). Sum of RGB (Red+Green+Blue) = 164+156+129=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C81 is #5B637E. Grayscale: #9B9B9B. Windows color (decimal): -5989247 or 8494244. OLE color: 8494244.

HSL color Cylindrical-coordinate representation of color #A49C81: hue angle of 46.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49C81 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 129 -
CMYK 0 0.05 0.21 0.36
HSL 46.29º 0.16% 0.57% -
HSV(B) 46.29º 0.21% 0.64% -
XYZ 31.16 33.25 25.55 -
YUV 155.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 164 156 129 0 0.05 0.21 0.36 46.29 0.16 0.57
Hex A4 9C 81 0 5 15 24 2E 10 39
Octal 244 234 201 0 5 25 44 56 20 71
Binary 10100100 10011100 10000001 0 101 10101 100100 101110 10000 111001

Color Harmonies of #A49C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C81

Black with #A49C81

Text Example


Text Example

White with #A49C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C81; }

 p { color: rgb(164,156,129); }

 H1.HeaderClassName
 {
   color: #A49C81;
 }
 .AnyTagClassName
 {
   color: #A49C81;
 }
</style>

background-color css

<style>
 a { background-color: #A49C81; }

 a { background-color: rgb(164,156,129); }

 div.DivClassName
 {
   background-color: #A49C81;
 }
 .BgClassName
 {
   background-color: #A49C81;
 }
</style>

border-color css

<style>
 span { border-color: #A49C81; }

 span { border-color: rgb(164,156,129); }

 td.TdClassName
 {
   border-color: #A49C81;
 }
 .TagClassName
 {
   border-color: #A49C81;
 }
</style>