#ADAA53

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

Shades of Olive Green #ADAA53

Tints of Olive Green #ADAA53

Color information

#ADAA53 (or 0xADAA53) is unknown color: approx Olive Green. HEX triplet: AD, AA and 53. RGB value is (173,170,83). Sum of RGB (Red+Green+Blue) = 173+170+83=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA53 is #5255AC. Grayscale: #A1A1A1. Windows color (decimal): -5395885 or 5483181. OLE color: 5483181.

HSL color Cylindrical-coordinate representation of color #ADAA53: hue angle of 58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADAA53 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17317083-
CMYK00.020.520.32
HSL58º35.43%50.2%-
HSV(B)58º52.02%67.84%-
XYZ33.1738.2613.82-
YUV160.9883.99136.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 83 (32.81% from 255) = 19.48%
R=40.61%
G=39.91%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731708300.020.520.325835.4350.2
HexADAA530234203a2332
Octal255252123026440724362
Binary10101101101010101010011010110100100000111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA53; }

 p { color: rgb(173,170,83); }

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

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

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

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

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

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

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