#AAB271

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

Shades of Locust #AAB271

Tints of Locust #AAB271

Color information

#AAB271 (or 0xAAB271) is unknown color: approx Locust. HEX triplet: AA, B2 and 71. RGB value is (170,178,113). Sum of RGB (Red+Green+Blue) = 170+178+113=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB271 is #554D8E. Grayscale: #A8A8A8. Windows color (decimal): -5590415 or 7451306. OLE color: 7451306.

HSL color Cylindrical-coordinate representation of color #AAB271: hue angle of 67.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB271 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB170178113-
CMYK0.0400.370.30
HSL67.38º29.68%57.06%-
HSV(B)67.38º36.52%69.8%-
XYZ35.4841.5821.78-
YUV168.296.85129.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=36.88%
G=38.61%
B=24.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781130.0400.370.3067.3829.6857.06
HexAAB27140251E431e39
Octal2522621614045361033671
Binary10101010101100101110001100010010111110100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB271; }

 p { color: rgb(170,178,113); }

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

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

 a { background-color: rgb(170,178,113); }

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

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

 span { border-color: rgb(170,178,113); }

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