#AAB072

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

Shades of Locust #AAB072

Tints of Locust #AAB072

Color information

#AAB072 (or 0xAAB072) is unknown color: approx Locust. HEX triplet: AA, B0 and 72. RGB value is (170,176,114). Sum of RGB (Red+Green+Blue) = 170+176+114=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB072 is #554F8D. Grayscale: #A7A7A7. Windows color (decimal): -5590926 or 7516330. OLE color: 7516330.

HSL color Cylindrical-coordinate representation of color #AAB072: hue angle of 65.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB072 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB170176114-
CMYK0.0300.350.31
HSL65.81º28.18%56.86%-
HSV(B)65.81º35.23%69.02%-
XYZ35.1440.8121.94-
YUV167.1498.01130.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=36.96%
G=38.26%
B=24.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761140.0300.350.3165.8128.1856.86
HexAAB07230231F421c39
Octal2522601623043371023471
Binary1010101010110000111001011010001111111100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB072; }

 p { color: rgb(170,176,114); }

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

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

 a { background-color: rgb(170,176,114); }

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

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

 span { border-color: rgb(170,176,114); }

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