#AAA65F

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

Shades of Olive Green #AAA65F

Tints of Olive Green #AAA65F

Color information

#AAA65F (or 0xAAA65F) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 5F. RGB value is (170,166,95). Sum of RGB (Red+Green+Blue) = 170+166+95=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65F is #5559A0. Grayscale: #9F9F9F. Windows color (decimal): -5593505 or 6268586. OLE color: 6268586.

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

Color convert

RGB17016695-
CMYK00.020.440.33
HSL56.8º30.61%51.96%-
HSV(B)56.8º44.12%66.67%-
XYZ32.2836.6416.2-
YUV159.191.83135.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=39.44%
G=38.52%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701669500.020.440.3356.830.6151.96
HexAAA65F022C21391f34
Octal252246137025441713764
Binary1010101010100110101111101010110010000111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA65F; }

 p { color: rgb(170,166,95); }

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

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

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

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

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

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

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