#A19A7B

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

Shades of Grey Olive #A19A7B

Tints of Grey Olive #A19A7B

Color information

#A19A7B (or 0xA19A7B) is unknown color: approx Grey Olive. HEX triplet: A1, 9A and 7B. RGB value is (161,154,123). Sum of RGB (Red+Green+Blue) = 161+154+123=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A7B is #5E6584. Grayscale: #989898. Windows color (decimal): -6186373 or 8100513. OLE color: 8100513.

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

Color convert

RGB161154123-
CMYK00.040.240.37
HSL48.95º16.81%55.69%-
HSV(B)48.95º23.6%63.14%-
XYZ29.8332.1223.37-
YUV152.56111.32134.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=36.76%
G=35.16%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115412300.040.240.3748.9516.8155.69
HexA19A7B041825311138
Octal241232173043045612170
Binary1010000110011010111101101001100010010111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A7B; }

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

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

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

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

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

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

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

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