#AAAF5C

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

Shades of Olive Green #AAAF5C

Tints of Olive Green #AAAF5C

Color information

#AAAF5C (or 0xAAAF5C) is unknown color: approx Olive Green. HEX triplet: AA, AF and 5C. RGB value is (170,175,92). Sum of RGB (Red+Green+Blue) = 170+175+92=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF5C is #5550A3. Grayscale: #A4A4A4. Windows color (decimal): -5591204 or 6074282. OLE color: 6074282.

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

Color convert

RGB17017592-
CMYK0.0300.470.31
HSL63.61º34.16%52.35%-
HSV(B)63.61º47.43%68.63%-
XYZ33.8439.9816.06-
YUV164.0487.34132.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=38.90%
G=40.05%
B=21.05%

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
Decimal170175920.0300.470.3163.6134.1652.35
HexAAAF5C302F1F402234
Octal2522571343057371004264
Binary10101010101011111011100110101111111111000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF5C; }

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

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

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

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

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

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

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

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