#AA937D

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

Shades of Sandrift #AA937D

Tints of Sandrift #AA937D

Color information

#AA937D (or 0xAA937D) is unknown color: approx Sandrift. HEX triplet: AA, 93 and 7D. RGB value is (170,147,125). Sum of RGB (Red+Green+Blue) = 170+147+125=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA937D is #556C82. Grayscale: #979797. Windows color (decimal): -5598339 or 8229802. OLE color: 8229802.

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

Color convert

RGB170147125-
CMYK00.140.260.33
HSL29.33º20.93%57.84%-
HSV(B)29.33º26.47%66.67%-
XYZ30.7130.8923.75-
YUV151.37113.12141.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=38.46%
G=33.26%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014712500.140.260.3329.3320.9357.84
HexAA937D0E1A211d153a
Octal2522231750163241352572
Binary1010101010010011111110101110110101000011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA937D; }

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

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

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

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

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

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

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

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