#AA907D

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

Shades of Sandrift #AA907D

Tints of Sandrift #AA907D

Color information

#AA907D (or 0xAA907D) is unknown color: approx Sandrift. HEX triplet: AA, 90 and 7D. RGB value is (170,144,125). Sum of RGB (Red+Green+Blue) = 170+144+125=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA907D is #556F82. Grayscale: #959595. Windows color (decimal): -5599107 or 8229034. OLE color: 8229034.

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

Color convert

RGB170144125-
CMYK00.150.260.33
HSL25.33º20.93%57.84%-
HSV(B)25.33º26.47%66.67%-
XYZ30.2529.9723.59-
YUV149.61114.11142.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=38.72%
G=32.80%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014412500.150.260.3325.3320.9357.84
HexAA907D0F1A2119153a
Octal2522201750173241312572
Binary1010101010010000111110101111110101000011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA907D; }

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

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

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

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

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

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

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

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