#AA947F

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

Shades of Sandrift #AA947F

Tints of Sandrift #AA947F

Color information

#AA947F (or 0xAA947F) is unknown color: approx Sandrift. HEX triplet: AA, 94 and 7F. RGB value is (170,148,127). Sum of RGB (Red+Green+Blue) = 170+148+127=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA947F is #556B80. Grayscale: #989898. Windows color (decimal): -5598081 or 8361130. OLE color: 8361130.

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

Color convert

RGB170148127-
CMYK00.130.250.33
HSL29.3º20.19%58.24%-
HSV(B)29.3º25.29%66.67%-
XYZ3131.2624.48-
YUV152.18113.79140.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 127 (50% from 255) = 28.54%
R=38.20%
G=33.26%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812700.130.250.3329.320.1958.24
HexAA947F0D19211d143a
Octal2522241770153141352472
Binary1010101010010100111111101101110011000011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA947F; }

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

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

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

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

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

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

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

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