#AAAB53

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

Shades of Olive Green #AAAB53

Tints of Olive Green #AAAB53

Color information

#AAAB53 (or 0xAAAB53) is unknown color: approx Olive Green. HEX triplet: AA, AB and 53. RGB value is (170,171,83). Sum of RGB (Red+Green+Blue) = 170+171+83=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB53 is #5554AC. Grayscale: #A1A1A1. Windows color (decimal): -5592237 or 5483434. OLE color: 5483434.

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

Color convert

RGB17017183-
CMYK0.0100.510.33
HSL60.68º34.65%49.8%-
HSV(B)60.68º51.46%67.06%-
XYZ32.738.313.85-
YUV160.6784.17134.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 83 (32.81% from 255) = 19.58%
R=40.09%
G=40.33%
B=19.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171830.0100.510.3360.6834.6549.8
HexAAAB531033213d2332
Octal252253123106341754362
Binary1010101010101011101001110110011100001111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB53; }

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

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

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

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

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

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

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

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