#A49C7C

Color #A49C7C Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #A49C7C

Tints of Grey Olive #A49C7C

Color information

#A49C7C (or 0xA49C7C) is unknown color: approx Grey Olive. HEX triplet: A4, 9C and 7C. RGB value is (164,156,124). Sum of RGB (Red+Green+Blue) = 164+156+124=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C7C is #5B6383. Grayscale: #9A9A9A. Windows color (decimal): -5989252 or 8166564. OLE color: 8166564.

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

Color convert

RGB164156124-
CMYK00.050.240.36
HSL48º18.02%56.47%-
HSV(B)48º24.39%64.31%-
XYZ30.8433.1223.84-
YUV154.74110.65134.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=36.94%
G=35.14%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415612400.050.240.364818.0256.47
HexA49C7C051824301238
Octal244234174053044602270
Binary1010010010011100111110001011100010010011000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C7C; }

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

 H1.HeaderClassName
 {
   color: #A49C7C;
 }
 .AnyTagClassName
 {
   color: #A49C7C;
 }
</style>
background-color css

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

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

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

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

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

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