#AAA95C

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

Shades of Olive Green #AAA95C

Tints of Olive Green #AAA95C

Color information

#AAA95C (or 0xAAA95C) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 5C. RGB value is (170,169,92). Sum of RGB (Red+Green+Blue) = 170+169+92=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95C is #5556A3. Grayscale: #A0A0A0. Windows color (decimal): -5592740 or 6072746. OLE color: 6072746.

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

Color convert

RGB17016992-
CMYK00.010.460.33
HSL59.23º31.45%51.37%-
HSV(B)59.23º45.88%66.67%-
XYZ32.737.6915.68-
YUV160.5289.33134.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=39.44%
G=39.21%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701699200.010.460.3359.2331.4551.37
HexAAA95C012E213b1f33
Octal252251134015641733763
Binary101010101010100110111000110111010000111101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA95C; }

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

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

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

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

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

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

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

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