#AA927C

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

Shades of Sandrift #AA927C

Tints of Sandrift #AA927C

Color information

#AA927C (or 0xAA927C) is unknown color: approx Sandrift. HEX triplet: AA, 92 and 7C. RGB value is (170,146,124). Sum of RGB (Red+Green+Blue) = 170+146+124=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA927C is #556D83. Grayscale: #969696. Windows color (decimal): -5598596 or 8164010. OLE color: 8164010.

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

Color convert

RGB170146124-
CMYK00.140.270.33
HSL28.7º21.3%57.65%-
HSV(B)28.7º27.06%66.67%-
XYZ30.4930.5623.36-
YUV150.67112.95141.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=38.64%
G=33.18%
B=28.18%

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
Decimal17014612400.140.270.3328.721.357.65
HexAA927C0E1B211d153a
Octal2522221740163341352572
Binary1010101010010010111110001110110111000011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA927C; }

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

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

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

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

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

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

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

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