#AAB078

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

Shades of Locust #AAB078

Tints of Locust #AAB078

Color information

#AAB078 (or 0xAAB078) is unknown color: approx Locust. HEX triplet: AA, B0 and 78. RGB value is (170,176,120). Sum of RGB (Red+Green+Blue) = 170+176+120=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB078 is #554F87. Grayscale: #A8A8A8. Windows color (decimal): -5590920 or 7909546. OLE color: 7909546.

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

Color convert

RGB170176120-
CMYK0.0300.320.31
HSL66.43º26.17%58.04%-
HSV(B)66.43º31.82%69.02%-
XYZ35.4940.9523.8-
YUV167.82101.01129.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=36.48%
G=37.77%
B=25.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761200.0300.320.3166.4326.1758.04
HexAAB07830201F421a3a
Octal2522601703040371023272
Binary1010101010110000111100011010000011111100001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB078; }

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

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

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

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

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

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

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

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