#AAAA63

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

Shades of Olive Green #AAAA63

Tints of Olive Green #AAAA63

Color information

#AAAA63 (or 0xAAAA63) is unknown color: approx Olive Green. HEX triplet: AA, AA and 63. RGB value is (170,170,99). Sum of RGB (Red+Green+Blue) = 170+170+99=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA63 is #55559C. Grayscale: #A2A2A2. Windows color (decimal): -5592477 or 6531754. OLE color: 6531754.

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

Color convert

RGB17017099-
CMYK000.420.33
HSL60º29.46%52.75%-
HSV(B)60º41.76%66.67%-
XYZ33.238.217.43-
YUV161.9192.5133.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=38.72%
G=38.72%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017099000.420.336029.4652.75
HexAAAA63002A213c1d35
Octal252252143005241743565
Binary101010101010101011000110010101010000111110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA63; }

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

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

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

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

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

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

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

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