#AAAB78

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

Shades of Locust #AAAB78

Tints of Locust #AAAB78

Color information

#AAAB78 (or 0xAAAB78) is unknown color: approx Locust. HEX triplet: AA, AB and 78. RGB value is (170,171,120). Sum of RGB (Red+Green+Blue) = 170+171+120=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB78 is #555487. Grayscale: #A5A5A5. Windows color (decimal): -5592200 or 7908266. OLE color: 7908266.

HSL color Cylindrical-coordinate representation of color #AAAB78: hue angle of 61.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAB78 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB170171120-
CMYK0.0100.300.33
HSL61.18º23.29%57.06%-
HSV(B)61.18º29.82%67.06%-
XYZ34.5339.0323.48-
YUV164.89102.67131.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=36.88%
G=37.09%
B=26.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711200.0100.300.3361.1823.2957.06
HexAAAB78101E213d1739
Octal252253170103641752771
Binary10101010101010111111000101111010000111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB78; }

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

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

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

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

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

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

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

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