#A59B7D

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

Shades of Grey Olive #A59B7D

Tints of Grey Olive #A59B7D

Color information

#A59B7D (or 0xA59B7D) is unknown color: approx Grey Olive. HEX triplet: A5, 9B and 7D. RGB value is (165,155,125). Sum of RGB (Red+Green+Blue) = 165+155+125=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59B7D is #5A6482. Grayscale: #9A9A9A. Windows color (decimal): -5923971 or 8231845. OLE color: 8231845.

HSL color Cylindrical-coordinate representation of color #A59B7D: hue angle of 45º 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 #A59B7D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB165155125-
CMYK00.060.240.35
HSL45º18.18%56.86%-
HSV(B)45º24.24%64.71%-
XYZ30.9432.9224.13-
YUV154.57111.31135.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=37.08%
G=34.83%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515512500.060.240.354518.1856.86
HexA59B7D0618232d1239
Octal245233175063043552271
Binary1010010110011011111110101101100010001110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59B7D; }

 p { color: rgb(165,155,125); }

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

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

 a { background-color: rgb(165,155,125); }

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

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

 span { border-color: rgb(165,155,125); }

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