#AA8D80

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

Shades of Sandrift #AA8D80

Tints of Sandrift #AA8D80

Color information

#AA8D80 (or 0xAA8D80) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 80. RGB value is (170,141,128). Sum of RGB (Red+Green+Blue) = 170+141+128=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D80 is #55727F. Grayscale: #949494. Windows color (decimal): -5599872 or 8424874. OLE color: 8424874.

HSL color Cylindrical-coordinate representation of color #AA8D80: hue angle of 18.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 #AA8D80 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170141128-
CMYK00.170.250.33
HSL18.57º19.81%58.43%-
HSV(B)18.57º24.71%66.67%-
XYZ3029.1524.47-
YUV148.19116.61143.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=38.72%
G=32.12%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014112800.170.250.3318.5719.8158.43
HexAA8D80011192113143a
Octal2522152000213141232472
Binary101010101000110110000000010001110011000011001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D80; }

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

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

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

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

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

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

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

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