Html Css Color HEX #A49C7D Grey Olive

📋 copy color: '#A49C7D'

red 164 ◦ green 156 ◦ blue 125

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

Shades of Grey Olive #A49C7D

Tints of Grey Olive #A49C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 36.85%
G = 35.06%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A49C7D (or 0xA49C7D) is known color: Grey Olive. HEX triplet: A4, 9C and 7D. RGB value is (164,156,125). Sum of RGB (Red+Green+Blue) = 164+156+125=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C7D is #5B6382. Grayscale: #9A9A9A. Windows color (decimal): -5989251 or 8232100. OLE color: 8232100.

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

Color convert

RGB 164 156 125 -
CMYK 0 0.05 0.24 0.36
HSL 47.69º 0.18% 0.57% -
HSV(B) 47.69º 0.24% 0.64% -
XYZ 30.9 33.15 24.17 -
YUV 154.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 164 156 125 0 0.05 0.24 0.36 47.69 0.18 0.57
Hex A4 9C 7D 0 5 18 24 30 12 39
Octal 244 234 175 0 5 30 44 60 22 71
Binary 10100100 10011100 1111101 0 101 11000 100100 110000 10010 111001

Color Harmonies of #A49C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C7D

Black with #A49C7D

Text Example


Text Example

White with #A49C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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