#AA947D

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

Shades of Sandrift #AA947D

Tints of Sandrift #AA947D

Color information

#AA947D (or 0xAA947D) is unknown color: approx Sandrift. HEX triplet: AA, 94 and 7D. RGB value is (170,148,125). Sum of RGB (Red+Green+Blue) = 170+148+125=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947D is #556B82. Grayscale: #989898. Windows color (decimal): -5598083 or 8230058. OLE color: 8230058.

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

Color convert

RGB170148125-
CMYK00.130.260.33
HSL30.67º20.93%57.84%-
HSV(B)30.67º26.47%66.67%-
XYZ30.8731.2123.8-
YUV151.96112.79140.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=38.37%
G=33.41%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812500.130.260.3330.6720.9357.84
HexAA947D0D1A211f153a
Octal2522241750153241372572
Binary1010101010010100111110101101110101000011111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA947D; }

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

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

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

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

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

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

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

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