#A49B7E

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

Shades of Grey Olive #A49B7E

Tints of Grey Olive #A49B7E

Color information

#A49B7E (or 0xA49B7E) is unknown color: approx Grey Olive. HEX triplet: A4, 9B and 7E. RGB value is (164,155,126). Sum of RGB (Red+Green+Blue) = 164+155+126=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B7E is #5B6481. Grayscale: #9A9A9A. Windows color (decimal): -5989506 or 8297380. OLE color: 8297380.

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

Color convert

RGB164155126-
CMYK00.050.230.36
HSL45.79º17.27%56.86%-
HSV(B)45.79º23.17%64.31%-
XYZ30.832.8424.45-
YUV154.39111.98134.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=36.85%
G=34.83%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415512600.050.230.3645.7917.2756.86
HexA49B7E0517242e1139
Octal244233176052744562171
Binary1010010010011011111111001011011110010010111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B7E; }

 p { color: rgb(164,155,126); }

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

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

 a { background-color: rgb(164,155,126); }

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

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

 span { border-color: rgb(164,155,126); }

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