#AA907C

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

Shades of Sandrift #AA907C

Tints of Sandrift #AA907C

Color information

#AA907C (or 0xAA907C) is unknown color: approx Sandrift. HEX triplet: AA, 90 and 7C. RGB value is (170,144,124). Sum of RGB (Red+Green+Blue) = 170+144+124=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA907C is #556F83. Grayscale: #959595. Windows color (decimal): -5599108 or 8163498. OLE color: 8163498.

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

Color convert

RGB170144124-
CMYK00.150.270.33
HSL26.09º21.3%57.65%-
HSV(B)26.09º27.06%66.67%-
XYZ30.1929.9523.26-
YUV149.49113.61142.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=38.81%
G=32.88%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014412400.150.270.3326.0921.357.65
HexAA907C0F1B211a153a
Octal2522201740173341322572
Binary1010101010010000111110001111110111000011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA907C; }

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

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

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

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

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

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

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

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