#A59A7E

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

Shades of Grey Olive #A59A7E

Tints of Grey Olive #A59A7E

Color information

#A59A7E (or 0xA59A7E) is unknown color: approx Grey Olive. HEX triplet: A5, 9A and 7E. RGB value is (165,154,126). Sum of RGB (Red+Green+Blue) = 165+154+126=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A7E is #5A6581. Grayscale: #9A9A9A. Windows color (decimal): -5924226 or 8297125. OLE color: 8297125.

HSL color Cylindrical-coordinate representation of color #A59A7E: hue angle of 43.08º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59A7E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB165154126-
CMYK00.070.240.35
HSL43.08º17.81%57.06%-
HSV(B)43.08º23.64%64.71%-
XYZ30.8432.6224.41-
YUV154.1112.14135.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=37.08%
G=34.61%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515412600.070.240.3543.0817.8157.06
HexA59A7E0718232b1239
Octal245232176073043532271
Binary1010010110011010111111001111100010001110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A7E; }

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

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

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

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

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

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

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

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