#AAAA58

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

Shades of Olive Green #AAAA58

Tints of Olive Green #AAAA58

Color information

#AAAA58 (or 0xAAAA58) is unknown color: approx Olive Green. HEX triplet: AA, AA and 58. RGB value is (170,170,88). Sum of RGB (Red+Green+Blue) = 170+170+88=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA58 is #5555A7. Grayscale: #A0A0A0. Windows color (decimal): -5592488 or 5810858. OLE color: 5810858.

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

Color convert

RGB17017088-
CMYK000.480.33
HSL60º32.54%50.59%-
HSV(B)60º48.24%66.67%-
XYZ32.713814.84-
YUV160.6587134.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=39.72%
G=39.72%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017088000.480.336032.5450.59
HexAAAA580030213c2133
Octal252252130006041744163
Binary1010101010101010101100000110000100001111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA58; }

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

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

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

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

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

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

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

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