#AAAD7B

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

Shades of Locust #AAAD7B

Tints of Locust #AAAD7B

Color information

#AAAD7B (or 0xAAAD7B) is unknown color: approx Locust. HEX triplet: AA, AD and 7B. RGB value is (170,173,123). Sum of RGB (Red+Green+Blue) = 170+173+123=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD7B is #555284. Grayscale: #A6A6A6. Windows color (decimal): -5591685 or 8105386. OLE color: 8105386.

HSL color Cylindrical-coordinate representation of color #AAAD7B: hue angle of 63.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAD7B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB170173123-
CMYK0.0200.290.32
HSL63.6º23.36%58.04%-
HSV(B)63.6º28.9%67.84%-
XYZ35.139.8624.58-
YUV166.4103.51130.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=36.48%
G=37.12%
B=26.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731230.0200.290.3263.623.3658.04
HexAAAD7B201D2040173a
Octal2522551732035401002772
Binary1010101010101101111101110011101100000100000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD7B; }

 p { color: rgb(170,173,123); }

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

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

 a { background-color: rgb(170,173,123); }

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

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

 span { border-color: rgb(170,173,123); }

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