#A19A7E

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

Shades of Grey Olive #A19A7E

Tints of Grey Olive #A19A7E

Color information

#A19A7E (or 0xA19A7E) is unknown color: approx Grey Olive. HEX triplet: A1, 9A and 7E. RGB value is (161,154,126). Sum of RGB (Red+Green+Blue) = 161+154+126=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A7E is #5E6581. Grayscale: #999999. Windows color (decimal): -6186370 or 8297121. OLE color: 8297121.

HSL color Cylindrical-coordinate representation of color #A19A7E: hue angle of 48º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A19A7E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161154126-
CMYK00.040.220.37
HSL48º15.7%56.27%-
HSV(B)48º21.74%63.14%-
XYZ30.0232.1924.37-
YUV152.9112.82133.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=36.51%
G=34.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115412600.040.220.374815.756.27
HexA19A7E041625301038
Octal241232176042645602070
Binary1010000110011010111111001001011010010111000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A7E; }

 p { color: rgb(161,154,126); }

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

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

 a { background-color: rgb(161,154,126); }

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

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

 span { border-color: rgb(161,154,126); }

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