Html Css Color HEX #A59C80 Grey Olive

📋 copy color: '#A59C80'

red 165 ◦ green 156 ◦ blue 128

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

Shades of Grey Olive #A59C80

Tints of Grey Olive #A59C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 36.75%
G = 34.74%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A59C80 (or 0xA59C80) is known color: Grey Olive. HEX triplet: A5, 9C and 80. RGB value is (165,156,128). Sum of RGB (Red+Green+Blue) = 165+156+128=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C80 is #5A637F. Grayscale: #9B9B9B. Windows color (decimal): -5923712 or 8428709. OLE color: 8428709.

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

Color convert

RGB 165 156 128 -
CMYK 0 0.05 0.22 0.35
HSL 45.41º 0.17% 0.57% -
HSV(B) 45.41º 0.22% 0.65% -
XYZ 31.3 33.33 25.21 -
YUV 155.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 165 156 128 0 0.05 0.22 0.35 45.41 0.17 0.57
Hex A5 9C 80 0 5 16 23 2D 11 39
Octal 245 234 200 0 5 26 43 55 21 71
Binary 10100101 10011100 10000000 0 101 10110 100011 101101 10001 111001

Color Harmonies of #A59C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C80

Black with #A59C80

Text Example


Text Example

White with #A59C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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