#AA9480

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

Shades of Sandrift #AA9480

Tints of Sandrift #AA9480

Color information

#AA9480 (or 0xAA9480) is unknown color: approx Sandrift. HEX triplet: AA, 94 and 80. RGB value is (170,148,128). Sum of RGB (Red+Green+Blue) = 170+148+128=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9480 is #556B7F. Grayscale: #989898. Windows color (decimal): -5598080 or 8426666. OLE color: 8426666.

HSL color Cylindrical-coordinate representation of color #AA9480: hue angle of 28.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9480 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170148128-
CMYK00.130.250.33
HSL28.57º19.81%58.43%-
HSV(B)28.57º24.71%66.67%-
XYZ31.0631.2824.82-
YUV152.3114.29140.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=38.12%
G=33.18%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014812800.130.250.3328.5719.8158.43
HexAA94800D19211d143a
Octal2522242000153141352472
Binary10101010100101001000000001101110011000011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9480; }

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

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

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

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

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

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

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

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