#AAAC65

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

Shades of Olive Green #AAAC65

Tints of Olive Green #AAAC65

Color information

#AAAC65 (or 0xAAAC65) is unknown color: approx Olive Green. HEX triplet: AA, AC and 65. RGB value is (170,172,101). Sum of RGB (Red+Green+Blue) = 170+172+101=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC65 is #55539A. Grayscale: #A3A3A3. Windows color (decimal): -5591963 or 6663338. OLE color: 6663338.

HSL color Cylindrical-coordinate representation of color #AAAC65: hue angle of 61.69º 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 #AAAC65 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170172101-
CMYK0.0100.410.33
HSL61.69º29.96%53.53%-
HSV(B)61.69º41.28%67.45%-
XYZ33.6838.9918.06-
YUV163.3192.84132.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=38.37%
G=38.83%
B=22.80%

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
Decimal1701721010.0100.410.3361.6929.9653.53
HexAAAC651029213e1e36
Octal252254145105141763666
Binary101010101010110011001011010100110000111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC65; }

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

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

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

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

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

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

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

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