#AAB07A

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

Shades of Locust #AAB07A

Tints of Locust #AAB07A

Color information

#AAB07A (or 0xAAB07A) is unknown color: approx Locust. HEX triplet: AA, B0 and 7A. RGB value is (170,176,122). Sum of RGB (Red+Green+Blue) = 170+176+122=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB07A is #554F85. Grayscale: #A8A8A8. Windows color (decimal): -5590918 or 8040618. OLE color: 8040618.

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

Color convert

RGB170176122-
CMYK0.0300.310.31
HSL66.67º25.47%58.43%-
HSV(B)66.67º30.68%69.02%-
XYZ35.624124.45-
YUV168.05102.01129.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=36.32%
G=37.61%
B=26.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761220.0300.310.3166.6725.4758.43
HexAAB07A301F1F43193a
Octal2522601723037371033172
Binary101010101011000011110101101111111111100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB07A; }

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

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

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

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

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

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

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

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