#AAA558

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

Shades of Olive Green #AAA558

Tints of Olive Green #AAA558

Color information

#AAA558 (or 0xAAA558) is unknown color: approx Olive Green. HEX triplet: AA, A5 and 58. RGB value is (170,165,88). Sum of RGB (Red+Green+Blue) = 170+165+88=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA558 is #555AA7. Grayscale: #9E9E9E. Windows color (decimal): -5593768 or 5809578. OLE color: 5809578.

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

Color convert

RGB17016588-
CMYK00.030.480.33
HSL56.34º32.54%50.59%-
HSV(B)56.34º48.24%66.67%-
XYZ31.7936.1614.54-
YUV157.7288.66136.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=40.19%
G=39.01%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701658800.030.480.3356.3432.5450.59
HexAAA558033021382133
Octal252245130036041704163
Binary10101010101001011011000011110000100001111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA558; }

 p { color: rgb(170,165,88); }

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

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

 a { background-color: rgb(170,165,88); }

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

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

 span { border-color: rgb(170,165,88); }

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