#AAAA56

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

Shades of Olive Green #AAAA56

Tints of Olive Green #AAAA56

Color information

#AAAA56 (or 0xAAAA56) is unknown color: approx Olive Green. HEX triplet: AA, AA and 56. RGB value is (170,170,86). Sum of RGB (Red+Green+Blue) = 170+170+86=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA56 is #5555A9. Grayscale: #A0A0A0. Windows color (decimal): -5592490 or 5679786. OLE color: 5679786.

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

Color convert

RGB17017086-
CMYK000.490.33
HSL60º33.07%50.2%-
HSV(B)60º49.41%66.67%-
XYZ32.6337.9714.41-
YUV160.4286134.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=39.91%
G=39.91%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017086000.490.336033.0750.2
HexAAAA560031213c2132
Octal252252126006141744162
Binary1010101010101010101011000110001100001111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA56; }

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

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

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

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

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

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

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

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