#AAAF5D

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

Shades of Olive Green #AAAF5D

Tints of Olive Green #AAAF5D

Color information

#AAAF5D (or 0xAAAF5D) is unknown color: approx Olive Green. HEX triplet: AA, AF and 5D. RGB value is (170,175,93). Sum of RGB (Red+Green+Blue) = 170+175+93=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF5D is #5550A2. Grayscale: #A4A4A4. Windows color (decimal): -5591203 or 6139818. OLE color: 6139818.

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

Color convert

RGB17017593-
CMYK0.0300.470.31
HSL63.66º33.88%52.55%-
HSV(B)63.66º46.86%68.63%-
XYZ33.884016.29-
YUV164.1687.84132.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=38.81%
G=39.95%
B=21.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175930.0300.470.3163.6633.8852.55
HexAAAF5D302F1F402235
Octal2522571353057371004265
Binary10101010101011111011101110101111111111000000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF5D; }

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

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

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

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

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

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

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

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