#AAB074

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

Shades of Locust #AAB074

Tints of Locust #AAB074

Color information

#AAB074 (or 0xAAB074) is unknown color: approx Locust. HEX triplet: AA, B0 and 74. RGB value is (170,176,116). Sum of RGB (Red+Green+Blue) = 170+176+116=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB074 is #554F8B. Grayscale: #A7A7A7. Windows color (decimal): -5590924 or 7647402. OLE color: 7647402.

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

Color convert

RGB170176116-
CMYK0.0300.340.31
HSL66º27.52%57.25%-
HSV(B)66º34.09%69.02%-
XYZ35.2640.8622.55-
YUV167.3799.01129.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=36.80%
G=38.10%
B=25.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761160.0300.340.316627.5257.25
HexAAB07430221F421c39
Octal2522601643042371023471
Binary1010101010110000111010011010001011111100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB074; }

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

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

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

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

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

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

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

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