#AA9582

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

Shades of Sandrift #AA9582

Tints of Sandrift #AA9582

Color information

#AA9582 (or 0xAA9582) is unknown color: approx Sandrift. HEX triplet: AA, 95 and 82. RGB value is (170,149,130). Sum of RGB (Red+Green+Blue) = 170+149+130=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9582 is #556A7D. Grayscale: #999999. Windows color (decimal): -5597822 or 8557994. OLE color: 8557994.

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

Color convert

RGB170149130-
CMYK00.120.240.33
HSL28.5º19.05%58.82%-
HSV(B)28.5º23.53%66.67%-
XYZ31.3531.6525.58-
YUV153.11114.96140.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=37.86%
G=33.18%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014913000.120.240.3328.519.0558.82
HexAA95820C18211d133b
Octal2522252020143041352373
Binary10101010100101011000001001100110001000011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9582; }

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

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

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

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

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

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

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

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