#AAAF59

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

Shades of Olive Green #AAAF59

Tints of Olive Green #AAAF59

Color information

#AAAF59 (or 0xAAAF59) is unknown color: approx Olive Green. HEX triplet: AA, AF and 59. RGB value is (170,175,89). Sum of RGB (Red+Green+Blue) = 170+175+89=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF59 is #5550A6. Grayscale: #A4A4A4. Windows color (decimal): -5591207 or 5877674. OLE color: 5877674.

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

Color convert

RGB17017589-
CMYK0.0300.490.31
HSL63.49º34.96%51.76%-
HSV(B)63.49º49.14%68.63%-
XYZ33.7139.9315.38-
YUV163.785.84132.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=39.17%
G=40.32%
B=20.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175890.0300.490.3163.4934.9651.76
HexAAAF5930311F3f2334
Octal252257131306137774364
Binary1010101010101111101100111011000111111111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF59; }

 p { color: rgb(170,175,89); }

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

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

 a { background-color: rgb(170,175,89); }

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

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

 span { border-color: rgb(170,175,89); }

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