#AAAC56

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

Shades of Olive Green #AAAC56

Tints of Olive Green #AAAC56

Color information

#AAAC56 (or 0xAAAC56) is unknown color: approx Olive Green. HEX triplet: AA, AC and 56. RGB value is (170,172,86). Sum of RGB (Red+Green+Blue) = 170+172+86=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC56 is #5553A9. Grayscale: #A1A1A1. Windows color (decimal): -5591978 or 5680298. OLE color: 5680298.

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

Color convert

RGB17017286-
CMYK0.0100.50.33
HSL61.4º34.13%50.59%-
HSV(B)61.4º50%67.45%-
XYZ33.0138.7214.54-
YUV161.685.34133.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=39.72%
G=40.19%
B=20.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172860.0100.50.3361.434.1350.59
HexAAAC561032213d2233
Octal252254126106241754263
Binary1010101010101100101011010110010100001111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC56; }

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

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

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

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

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

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

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

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