Html Css Color HEX #A59E85 Grey Olive

📋 copy color: '#A59E85'

red 165 ◦ green 158 ◦ blue 133

#A59E85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #A59E85

Tints of Grey Olive #A59E85

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 36.18%
G = 34.65%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A59E85 (or 0xA59E85) is known color: Grey Olive. HEX triplet: A5, 9E and 85. RGB value is (165,158,133). Sum of RGB (Red+Green+Blue) = 165+158+133=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E85 is #5A617A. Grayscale: #9D9D9D. Windows color (decimal): -5923195 or 8756901. OLE color: 8756901.

HSL color Cylindrical-coordinate representation of color #A59E85: hue angle of 46.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A59E85 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 158 133 -
CMYK 0 0.04 0.19 0.35
HSL 46.88º 0.15% 0.58% -
HSV(B) 46.88º 0.19% 0.65% -
XYZ 31.98 34.15 27.1 -
YUV 157.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 165 158 133 0 0.04 0.19 0.35 46.88 0.15 0.58
Hex A5 9E 85 0 4 13 23 2F F 3A
Octal 245 236 205 0 4 23 43 57 17 72
Binary 10100101 10011110 10000101 0 100 10011 100011 101111 1111 111010

Color Harmonies of #A59E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E85

Black with #A59E85

Text Example


Text Example

White with #A59E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E85; }

 p { color: rgb(165,158,133); }

 H1.HeaderClassName
 {
   color: #A59E85;
 }
 .AnyTagClassName
 {
   color: #A59E85;
 }
</style>

background-color css

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

 a { background-color: rgb(165,158,133); }

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

border-color css

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

 span { border-color: rgb(165,158,133); }

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