#AA937C

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

Shades of Sandrift #AA937C

Tints of Sandrift #AA937C

Color information

#AA937C (or 0xAA937C) is unknown color: approx Sandrift. HEX triplet: AA, 93 and 7C. RGB value is (170,147,124). Sum of RGB (Red+Green+Blue) = 170+147+124=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA937C is #556C83. Grayscale: #979797. Windows color (decimal): -5598340 or 8164266. OLE color: 8164266.

HSL color Cylindrical-coordinate representation of color #AA937C: hue angle of 30º degrees, saturation: 0.21, 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 #AA937C is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170147124-
CMYK00.140.270.33
HSL30º21.3%57.65%-
HSV(B)30º27.06%66.67%-
XYZ30.6530.8723.41-
YUV151.26112.62141.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=38.55%
G=33.33%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014712400.140.270.333021.357.65
HexAA937C0E1B211e153a
Octal2522231740163341362572
Binary1010101010010011111110001110110111000011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA937C; }

 p { color: rgb(170,147,124); }

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

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

 a { background-color: rgb(170,147,124); }

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

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

 span { border-color: rgb(170,147,124); }

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