#AAAB62

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

Shades of Olive Green #AAAB62

Tints of Olive Green #AAAB62

Color information

#AAAB62 (or 0xAAAB62) is unknown color: approx Olive Green. HEX triplet: AA, AB and 62. RGB value is (170,171,98). Sum of RGB (Red+Green+Blue) = 170+171+98=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB62 is #55549D. Grayscale: #A2A2A2. Windows color (decimal): -5592222 or 6466474. OLE color: 6466474.

HSL color Cylindrical-coordinate representation of color #AAAB62: hue angle of 60.82º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAAB62 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17017198-
CMYK0.0100.430.33
HSL60.82º30.29%52.75%-
HSV(B)60.82º42.69%67.06%-
XYZ33.3538.5517.24-
YUV162.3891.67133.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=38.72%
G=38.95%
B=22.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171980.0100.430.3360.8230.2952.75
HexAAAB62102B213d1e35
Octal252253142105341753665
Binary101010101010101111000101010101110000111110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB62; }

 p { color: rgb(170,171,98); }

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

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

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

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

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

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

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