#AAAC55

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

Shades of Olive Green #AAAC55

Tints of Olive Green #AAAC55

Color information

#AAAC55 (or 0xAAAC55) is unknown color: approx Olive Green. HEX triplet: AA, AC and 55. RGB value is (170,172,85). Sum of RGB (Red+Green+Blue) = 170+172+85=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC55 is #5553AA. Grayscale: #A1A1A1. Windows color (decimal): -5591979 or 5614762. OLE color: 5614762.

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

Color convert

RGB17017285-
CMYK0.0100.510.33
HSL61.38º34.39%50.39%-
HSV(B)61.38º50.58%67.45%-
XYZ32.9738.7114.33-
YUV161.4884.84134.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=39.81%
G=40.28%
B=19.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172850.0100.510.3361.3834.3950.39
HexAAAC551033213d2232
Octal252254125106341754262
Binary1010101010101100101010110110011100001111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC55; }

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

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

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

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

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

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

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

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