#A19B81

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

Shades of Grey Olive #A19B81

Tints of Grey Olive #A19B81

Color information

#A19B81 (or 0xA19B81) is unknown color: approx Grey Olive. HEX triplet: A1, 9B and 81. RGB value is (161,155,129). Sum of RGB (Red+Green+Blue) = 161+155+129=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B81 is #5E647E. Grayscale: #999999. Windows color (decimal): -6186111 or 8493985. OLE color: 8493985.

HSL color Cylindrical-coordinate representation of color #A19B81: hue angle of 48.75º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19B81 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161155129-
CMYK00.040.200.37
HSL48.75º14.55%56.86%-
HSV(B)48.75º19.88%63.14%-
XYZ30.3832.625.46-
YUV153.83113.99133.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=36.18%
G=34.83%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115512900.040.200.3748.7514.5556.86
HexA19B8104142531f39
Octal241233201042445611771
Binary1010000110011011100000010100101001001011100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19B81; }

 p { color: rgb(161,155,129); }

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

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

 a { background-color: rgb(161,155,129); }

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

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

 span { border-color: rgb(161,155,129); }

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