#AA8E80

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

Shades of Sandrift #AA8E80

Tints of Sandrift #AA8E80

Color information

#AA8E80 (or 0xAA8E80) is unknown color: approx Sandrift. HEX triplet: AA, 8E and 80. RGB value is (170,142,128). Sum of RGB (Red+Green+Blue) = 170+142+128=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E80 is #55717F. Grayscale: #949494. Windows color (decimal): -5599616 or 8425130. OLE color: 8425130.

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

Color convert

RGB170142128-
CMYK00.160.250.33
HSL20º19.81%58.43%-
HSV(B)20º24.71%66.67%-
XYZ30.1529.4524.52-
YUV148.78116.28143.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=38.64%
G=32.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014212800.160.250.332019.8158.43
HexAA8E80010192114143a
Octal2522162000203141242472
Binary101010101000111010000000010000110011000011010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E80; }

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

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

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

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

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

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

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

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