#AAAB75

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

Shades of Locust #AAAB75

Tints of Locust #AAAB75

Color information

#AAAB75 (or 0xAAAB75) is unknown color: approx Locust. HEX triplet: AA, AB and 75. RGB value is (170,171,117). Sum of RGB (Red+Green+Blue) = 170+171+117=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB75 is #55548A. Grayscale: #A4A4A4. Windows color (decimal): -5592203 or 7711658. OLE color: 7711658.

HSL color Cylindrical-coordinate representation of color #AAAB75: hue angle of 61.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAB75 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170171117-
CMYK0.0100.320.33
HSL61.11º24.32%56.47%-
HSV(B)61.11º31.58%67.06%-
XYZ34.3538.9622.54-
YUV164.54101.17131.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=37.12%
G=37.34%
B=25.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711170.0100.320.3361.1124.3256.47
HexAAAB751020213d1838
Octal252253165104041753070
Binary101010101010101111101011010000010000111110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB75; }

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

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

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

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

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

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

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

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