#AAAF5E

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

Shades of Olive Green #AAAF5E

Tints of Olive Green #AAAF5E

Color information

#AAAF5E (or 0xAAAF5E) is unknown color: approx Olive Green. HEX triplet: AA, AF and 5E. RGB value is (170,175,94). Sum of RGB (Red+Green+Blue) = 170+175+94=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF5E is #5550A1. Grayscale: #A4A4A4. Windows color (decimal): -5591202 or 6205354. OLE color: 6205354.

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

Color convert

RGB17017594-
CMYK0.0300.460.31
HSL63.7º33.61%52.75%-
HSV(B)63.7º46.29%68.63%-
XYZ33.9340.0116.52-
YUV164.2788.34132.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=38.72%
G=39.86%
B=21.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175940.0300.460.3163.733.6152.75
HexAAAF5E302E1F402235
Octal2522571363056371004265
Binary10101010101011111011110110101110111111000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF5E; }

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

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

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

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

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

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

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

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