#AAA65C

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

Shades of Olive Green #AAA65C

Tints of Olive Green #AAA65C

Color information

#AAA65C (or 0xAAA65C) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 5C. RGB value is (170,166,92). Sum of RGB (Red+Green+Blue) = 170+166+92=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65C is #5559A3. Grayscale: #9F9F9F. Windows color (decimal): -5593508 or 6071978. OLE color: 6071978.

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

Color convert

RGB17016692-
CMYK00.020.460.33
HSL56.92º31.45%51.37%-
HSV(B)56.92º45.88%66.67%-
XYZ32.1536.5915.49-
YUV158.7690.33136.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=39.72%
G=38.79%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701669200.020.460.3356.9231.4551.37
HexAAA65C022E21391f33
Octal252246134025641713763
Binary1010101010100110101110001010111010000111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA65C; }

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

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

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

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

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

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

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

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