#AAAC83

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

Shades of Locust #AAAC83

Tints of Locust #AAAC83

Color information

#AAAC83 (or 0xAAAC83) is unknown color: approx Locust. HEX triplet: AA, AC and 83. RGB value is (170,172,131). Sum of RGB (Red+Green+Blue) = 170+172+131=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC83 is #55537C. Grayscale: #A6A6A6. Windows color (decimal): -5591933 or 8629418. OLE color: 8629418.

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

Color convert

RGB170172131-
CMYK0.0100.240.33
HSL62.93º19.81%59.41%-
HSV(B)62.93º23.84%67.45%-
XYZ35.4339.6927.27-
YUV166.73107.84130.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=35.94%
G=36.36%
B=27.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721310.0100.240.3362.9319.8159.41
HexAAAC831018213f143b
Octal252254203103041772473
Binary101010101010110010000011101100010000111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC83; }

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

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

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

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

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

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

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

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