#AAAC69

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

Shades of Olive Green #AAAC69

Tints of Olive Green #AAAC69

Color information

#AAAC69 (or 0xAAAC69) is unknown color: approx Olive Green. HEX triplet: AA, AC and 69. RGB value is (170,172,105). Sum of RGB (Red+Green+Blue) = 170+172+105=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC69 is #555396. Grayscale: #A4A4A4. Windows color (decimal): -5591959 or 6925482. OLE color: 6925482.

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

Color convert

RGB170172105-
CMYK0.0100.390.33
HSL61.79º28.76%54.31%-
HSV(B)61.79º38.95%67.45%-
XYZ33.8839.0719.12-
YUV163.7694.84132.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=38.03%
G=38.48%
B=23.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721050.0100.390.3361.7928.7654.31
HexAAAC691027213e1d36
Octal252254151104741763566
Binary101010101010110011010011010011110000111111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC69; }

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

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

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

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

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

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

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

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