#AA9584

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

Shades of Sandrift #AA9584

Tints of Sandrift #AA9584

Color information

#AA9584 (or 0xAA9584) is unknown color: approx Sandrift. HEX triplet: AA, 95 and 84. RGB value is (170,149,132). Sum of RGB (Red+Green+Blue) = 170+149+132=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9584 is #556A7B. Grayscale: #999999. Windows color (decimal): -5597820 or 8689066. OLE color: 8689066.

HSL color Cylindrical-coordinate representation of color #AA9584: hue angle of 26.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9584 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170149132-
CMYK00.120.220.33
HSL26.84º18.27%59.22%-
HSV(B)26.84º22.35%66.67%-
XYZ31.4931.7126.29-
YUV153.34115.96139.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=37.69%
G=33.04%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014913200.120.220.3326.8418.2759.22
HexAA95840C16211b123b
Octal2522252040142641332273
Binary10101010100101011000010001100101101000011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9584; }

 p { color: rgb(170,149,132); }

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

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

 a { background-color: rgb(170,149,132); }

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

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

 span { border-color: rgb(170,149,132); }

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