#AAB373

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

Shades of Locust #AAB373

Tints of Locust #AAB373

Color information

#AAB373 (or 0xAAB373) is unknown color: approx Locust. HEX triplet: AA, B3 and 73. RGB value is (170,179,115). Sum of RGB (Red+Green+Blue) = 170+179+115=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB373 is #554C8C. Grayscale: #A9A9A9. Windows color (decimal): -5590157 or 7582634. OLE color: 7582634.

HSL color Cylindrical-coordinate representation of color #AAB373: hue angle of 68.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB373 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB170179115-
CMYK0.0500.360.30
HSL68.44º29.63%57.65%-
HSV(B)68.44º35.75%70.2%-
XYZ35.7942.0222.44-
YUV169.0197.52128.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=36.64%
G=38.58%
B=24.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791150.0500.360.3068.4429.6357.65
HexAAB37350241E441e3a
Octal2522631635044361043672
Binary10101010101100111110011101010010011110100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB373; }

 p { color: rgb(170,179,115); }

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

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

 a { background-color: rgb(170,179,115); }

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

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

 span { border-color: rgb(170,179,115); }

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