#AAAC5A

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

Shades of Olive Green #AAAC5A

Tints of Olive Green #AAAC5A

Color information

#AAAC5A (or 0xAAAC5A) is unknown color: approx Olive Green. HEX triplet: AA, AC and 5A. RGB value is (170,172,90). Sum of RGB (Red+Green+Blue) = 170+172+90=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC5A is #5553A5. Grayscale: #A2A2A2. Windows color (decimal): -5591974 or 5942442. OLE color: 5942442.

HSL color Cylindrical-coordinate representation of color #AAAC5A: hue angle of 61.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAAC5A is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17017290-
CMYK0.0100.480.33
HSL61.46º33.06%51.37%-
HSV(B)61.46º47.67%67.45%-
XYZ33.1838.7915.41-
YUV162.0587.34133.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=39.35%
G=39.81%
B=20.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172900.0100.480.3361.4633.0651.37
HexAAAC5A1030213d2133
Octal252254132106041754163
Binary1010101010101100101101010110000100001111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC5A; }

 p { color: rgb(170,172,90); }

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

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

 a { background-color: rgb(170,172,90); }

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

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

 span { border-color: rgb(170,172,90); }

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