#AAB080

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

Shades of Locust #AAB080

Tints of Locust #AAB080

Color information

#AAB080 (or 0xAAB080) is unknown color: approx Locust. HEX triplet: AA, B0 and 80. RGB value is (170,176,128). Sum of RGB (Red+Green+Blue) = 170+176+128=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB080 is #554F7F. Grayscale: #A8A8A8. Windows color (decimal): -5590912 or 8433834. OLE color: 8433834.

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

Color convert

RGB170176128-
CMYK0.0300.270.31
HSL67.5º23.3%59.61%-
HSV(B)67.5º27.27%69.02%-
XYZ3641.1626.47-
YUV168.73105.01128.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=35.86%
G=37.13%
B=27.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761280.0300.270.3167.523.359.61
HexAAB080301B1F44173c
Octal2522602003033371042774
Binary1010101010110000100000001101101111111100010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB080; }

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

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

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

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

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

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

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

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