#A19C7E

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

Shades of Grey Olive #A19C7E

Tints of Grey Olive #A19C7E

Color information

#A19C7E (or 0xA19C7E) is unknown color: approx Grey Olive. HEX triplet: A1, 9C and 7E. RGB value is (161,156,126). Sum of RGB (Red+Green+Blue) = 161+156+126=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C7E is #5E6381. Grayscale: #9A9A9A. Windows color (decimal): -6185858 or 8297633. OLE color: 8297633.

HSL color Cylindrical-coordinate representation of color #A19C7E: hue angle of 51.43º 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 #A19C7E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161156126-
CMYK00.030.220.37
HSL51.43º15.7%56.27%-
HSV(B)51.43º21.74%63.14%-
XYZ30.3532.8624.48-
YUV154.07112.16132.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=36.34%
G=35.21%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115612600.030.220.3751.4315.756.27
HexA19C7E031625331038
Octal241234176032645632070
Binary101000011001110011111100111011010010111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C7E; }

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

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

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

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

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

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

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

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