#AAB473

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

Shades of Locust #AAB473

Tints of Locust #AAB473

Color information

#AAB473 (or 0xAAB473) is unknown color: approx Locust. HEX triplet: AA, B4 and 73. RGB value is (170,180,115). Sum of RGB (Red+Green+Blue) = 170+180+115=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB473 is #554B8C. Grayscale: #A9A9A9. Windows color (decimal): -5589901 or 7582890. OLE color: 7582890.

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

Color convert

RGB170180115-
CMYK0.0600.360.29
HSL69.23º30.23%57.84%-
HSV(B)69.23º36.11%70.59%-
XYZ35.9942.4322.51-
YUV169.697.19128.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=36.56%
G=38.71%
B=24.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801150.0600.360.2969.2330.2357.84
HexAAB47360241D451e3a
Octal2522641636044351053672
Binary10101010101101001110011110010010011101100010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB473; }

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

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

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

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

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

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

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

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