#AAAD63

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

Shades of Olive Green #AAAD63

Tints of Olive Green #AAAD63

Color information

#AAAD63 (or 0xAAAD63) is unknown color: approx Olive Green. HEX triplet: AA, AD and 63. RGB value is (170,173,99). Sum of RGB (Red+Green+Blue) = 170+173+99=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD63 is #55529C. Grayscale: #A3A3A3. Windows color (decimal): -5591709 or 6532522. OLE color: 6532522.

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

Color convert

RGB17017399-
CMYK0.0200.430.32
HSL62.43º31.09%53.33%-
HSV(B)62.43º42.77%67.84%-
XYZ33.7739.3317.62-
YUV163.6791.51132.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=38.46%
G=39.14%
B=22.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170173990.0200.430.3262.4331.0953.33
HexAAAD63202B203e1f35
Octal252255143205340763765
Binary1010101010101101110001110010101110000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD63; }

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

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

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

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

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

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

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

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