#AAB374

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

Shades of Locust #AAB374

Tints of Locust #AAB374

Color information

#AAB374 (or 0xAAB374) is unknown color: approx Locust. HEX triplet: AA, B3 and 74. RGB value is (170,179,116). Sum of RGB (Red+Green+Blue) = 170+179+116=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB374 is #554C8B. Grayscale: #A9A9A9. Windows color (decimal): -5590156 or 7648170. OLE color: 7648170.

HSL color Cylindrical-coordinate representation of color #AAB374: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB374 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB170179116-
CMYK0.0500.350.30
HSL68.57º29.3%57.84%-
HSV(B)68.57º35.2%70.2%-
XYZ35.8542.0522.75-
YUV169.1398.02128.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=36.56%
G=38.49%
B=24.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791160.0500.350.3068.5729.357.84
HexAAB37450231E451d3a
Octal2522631645043361053572
Binary10101010101100111110100101010001111110100010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB374; }

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

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

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

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

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

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

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

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