#A5AA52

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

Shades of Olive Green #A5AA52

Tints of Olive Green #A5AA52

Color information

#A5AA52 (or 0xA5AA52) is unknown color: approx Olive Green. HEX triplet: A5, AA and 52. RGB value is (165,170,82). Sum of RGB (Red+Green+Blue) = 165+170+82=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA52 is #5A55AD. Grayscale: #9E9E9E. Windows color (decimal): -5920174 or 5417637. OLE color: 5417637.

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

Color convert

RGB16517082-
CMYK0.0300.520.33
HSL63.41º34.92%49.41%-
HSV(B)63.41º51.76%66.67%-
XYZ31.4137.3613.54-
YUV158.4784.84132.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=39.57%
G=40.77%
B=19.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170820.0300.520.3363.4134.9249.41
HexA5AA523034213f2331
Octal245252122306441774361
Binary10100101101010101010010110110100100001111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA52; }

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

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

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

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

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

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

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

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