#AA9482

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

Shades of Sandrift #AA9482

Tints of Sandrift #AA9482

Color information

#AA9482 (or 0xAA9482) is unknown color: approx Sandrift. HEX triplet: AA, 94 and 82. RGB value is (170,148,130). Sum of RGB (Red+Green+Blue) = 170+148+130=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9482 is #556B7D. Grayscale: #989898. Windows color (decimal): -5598078 or 8557738. OLE color: 8557738.

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

Color convert

RGB170148130-
CMYK00.130.240.33
HSL27º19.05%58.82%-
HSV(B)27º23.53%66.67%-
XYZ31.231.3425.52-
YUV152.53115.29140.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=37.95%
G=33.04%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014813000.130.240.332719.0558.82
HexAA94820D18211b133b
Octal2522242020153041332373
Binary10101010100101001000001001101110001000011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9482; }

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

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

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

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

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

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

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

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