#A19A7A

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

Shades of Grey Olive #A19A7A

Tints of Grey Olive #A19A7A

Color information

#A19A7A (or 0xA19A7A) is unknown color: approx Grey Olive. HEX triplet: A1, 9A and 7A. RGB value is (161,154,122). Sum of RGB (Red+Green+Blue) = 161+154+122=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A7A is #5E6585. Grayscale: #989898. Windows color (decimal): -6186374 or 8034977. OLE color: 8034977.

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

Color convert

RGB161154122-
CMYK00.040.240.37
HSL49.23º17.18%55.49%-
HSV(B)49.23º24.22%63.14%-
XYZ29.7732.0923.04-
YUV152.44110.82134.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=36.84%
G=35.24%
B=27.92%

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
Decimal16115412200.040.240.3749.2317.1855.49
HexA19A7A041825311137
Octal241232172043045612167
Binary1010000110011010111101001001100010010111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A7A; }

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

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

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

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

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

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

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

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