#AAAC7D

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

Shades of Locust #AAAC7D

Tints of Locust #AAAC7D

Color information

#AAAC7D (or 0xAAAC7D) is unknown color: approx Locust. HEX triplet: AA, AC and 7D. RGB value is (170,172,125). Sum of RGB (Red+Green+Blue) = 170+172+125=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC7D is #555382. Grayscale: #A6A6A6. Windows color (decimal): -5591939 or 8236202. OLE color: 8236202.

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

Color convert

RGB170172125-
CMYK0.0100.270.33
HSL62.55º22.07%58.24%-
HSV(B)62.55º27.33%67.45%-
XYZ35.0339.5325.19-
YUV166.04104.84130.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=36.40%
G=36.83%
B=26.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721250.0100.270.3362.5522.0758.24
HexAAAC7D101B213f163a
Octal252254175103341772672
Binary10101010101011001111101101101110000111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC7D; }

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

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

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

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

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

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

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

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