#AA9484

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

Shades of Sandrift #AA9484

Tints of Sandrift #AA9484

Color information

#AA9484 (or 0xAA9484) is unknown color: approx Sandrift. HEX triplet: AA, 94 and 84. RGB value is (170,148,132). Sum of RGB (Red+Green+Blue) = 170+148+132=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9484 is #556B7B. Grayscale: #989898. Windows color (decimal): -5598076 or 8688810. OLE color: 8688810.

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

Color convert

RGB170148132-
CMYK00.130.220.33
HSL25.26º18.27%59.22%-
HSV(B)25.26º22.35%66.67%-
XYZ31.3331.3926.24-
YUV152.75116.29140.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=37.78%
G=32.89%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014813200.130.220.3325.2618.2759.22
HexAA94840D162119123b
Octal2522242040152641312273
Binary10101010100101001000010001101101101000011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9484; }

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

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

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

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

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

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

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

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