Html Css Color HEX #A59A7F Grey Olive

📋 copy color: '#A59A7F'

red 165 ◦ green 154 ◦ blue 127

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

Shades of Grey Olive #A59A7F

Tints of Grey Olive #A59A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.53%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 37%
G = 34.53%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A59A7F (or 0xA59A7F) is known color: Grey Olive. HEX triplet: A5, 9A and 7F. RGB value is (165,154,127). Sum of RGB (Red+Green+Blue) = 165+154+127=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A7F is #5A6580. Grayscale: #9A9A9A. Windows color (decimal): -5924225 or 8362661. OLE color: 8362661.

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

Color convert

RGB 165 154 127 -
CMYK 0 0.07 0.23 0.35
HSL 42.63º 0.17% 0.57% -
HSV(B) 42.63º 0.23% 0.65% -
XYZ 30.9 32.64 24.75 -
YUV 154.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 165 154 127 0 0.07 0.23 0.35 42.63 0.17 0.57
Hex A5 9A 7F 0 7 17 23 2B 11 39
Octal 245 232 177 0 7 27 43 53 21 71
Binary 10100101 10011010 1111111 0 111 10111 100011 101011 10001 111001

Color Harmonies of #A59A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A7F

Black with #A59A7F

Text Example


Text Example

White with #A59A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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