#AAAD83

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

Shades of Locust #AAAD83

Tints of Locust #AAAD83

Color information

#AAAD83 (or 0xAAAD83) is unknown color: approx Locust. HEX triplet: AA, AD and 83. RGB value is (170,173,131). Sum of RGB (Red+Green+Blue) = 170+173+131=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD83 is #55527C. Grayscale: #A7A7A7. Windows color (decimal): -5591677 or 8629674. OLE color: 8629674.

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

Color convert

RGB170173131-
CMYK0.0200.240.32
HSL64.29º20.39%59.61%-
HSV(B)64.29º24.28%67.84%-
XYZ35.6240.0727.33-
YUV167.31107.51129.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=35.86%
G=36.50%
B=27.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731310.0200.240.3264.2920.3959.61
HexAAAD8320182040143c
Octal2522552032030401002474
Binary10101010101011011000001110011000100000100000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD83; }

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

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

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

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

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

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

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

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