#AAAC66

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

Shades of Olive Green #AAAC66

Tints of Olive Green #AAAC66

Color information

#AAAC66 (or 0xAAAC66) is unknown color: approx Olive Green. HEX triplet: AA, AC and 66. RGB value is (170,172,102). Sum of RGB (Red+Green+Blue) = 170+172+102=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC66 is #555399. Grayscale: #A3A3A3. Windows color (decimal): -5591962 or 6728874. OLE color: 6728874.

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

Color convert

RGB170172102-
CMYK0.0100.410.33
HSL61.71º29.66%53.73%-
HSV(B)61.71º40.7%67.45%-
XYZ33.7339.0118.32-
YUV163.4293.34132.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=38.29%
G=38.74%
B=22.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721020.0100.410.3361.7129.6653.73
HexAAAC661029213e1e36
Octal252254146105141763666
Binary101010101010110011001101010100110000111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC66; }

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

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

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

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

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

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

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

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