#A59C7F

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

Shades of Grey Olive #A59C7F

Tints of Grey Olive #A59C7F

Color information

#A59C7F (or 0xA59C7F) is unknown color: approx Grey Olive. HEX triplet: A5, 9C and 7F. RGB value is (165,156,127). Sum of RGB (Red+Green+Blue) = 165+156+127=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C7F is #5A6380. Grayscale: #9B9B9B. Windows color (decimal): -5923713 or 8363173. OLE color: 8363173.

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

Color convert

RGB165156127-
CMYK00.050.230.35
HSL45.79º17.43%57.25%-
HSV(B)45.79º23.03%64.71%-
XYZ31.2433.3124.86-
YUV155.38111.98134.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 127 (50% from 255) = 28.35%
R=36.83%
G=34.82%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515612700.050.230.3545.7917.4357.25
HexA59C7F0517232e1139
Octal245234177052743562171
Binary1010010110011100111111101011011110001110111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C7F; }

 p { color: rgb(165,156,127); }

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

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

 a { background-color: rgb(165,156,127); }

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

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

 span { border-color: rgb(165,156,127); }

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