Html Css Color HEX #A9AF57 Olive Green

📋 copy color: '#A9AF57'

red 169 ◦ green 175 ◦ blue 87

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

Shades of Olive Green #A9AF57

Tints of Olive Green #A9AF57

RGB

 RED value IS 169 (66.41% from 255) = 39.21%

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 87 (34.38% from 255) = 20.19%

R = 39.21%
G = 40.6%
B = 20.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#A9AF57 (or 0xA9AF57) is known color: Olive Green. HEX triplet: A9, AF and 57. RGB value is (169,175,87). Sum of RGB (Red+Green+Blue) = 169+175+87=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF57 is #5650A8. Grayscale: #A3A3A3. Windows color (decimal): -5656745 or 5746601. OLE color: 5746601.

HSL color Cylindrical-coordinate representation of color #A9AF57: hue angle of 64.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9AF57 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 175 87 -
CMYK 0.03 0 0.50 0.31
HSL 64.09º 0.35% 0.51% -
HSV(B) 64.09º 0.5% 0.69% -
XYZ 33.41 39.78 14.93 -
YUV 163.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 169 175 87 0.03 0 0.50 0.31 64.09 0.35 0.51
Hex A9 AF 57 3 0 32 1F 40 23 33
Octal 251 257 127 3 0 62 37 100 43 63
Binary 10101001 10101111 1010111 11 0 110010 11111 1000000 100011 110011

Color Harmonies of #A9AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AF57

Black with #A9AF57

Text Example


Text Example

White with #A9AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AF57; }

 p { color: rgb(169,175,87); }

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

background-color css

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

 a { background-color: rgb(169,175,87); }

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

border-color css

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

 span { border-color: rgb(169,175,87); }

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