#AA8C80

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

Shades of Sandrift #AA8C80

Tints of Sandrift #AA8C80

Color information

#AA8C80 (or 0xAA8C80) is unknown color: approx Sandrift. HEX triplet: AA, 8C and 80. RGB value is (170,140,128). Sum of RGB (Red+Green+Blue) = 170+140+128=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C80 is #55737F. Grayscale: #939393. Windows color (decimal): -5600128 or 8424618. OLE color: 8424618.

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

Color convert

RGB170140128-
CMYK00.180.250.33
HSL17.14º19.81%58.43%-
HSV(B)17.14º24.71%66.67%-
XYZ29.8528.8624.42-
YUV147.6116.94143.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=38.81%
G=31.96%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014012800.180.250.3317.1419.8158.43
HexAA8C80012192111143a
Octal2522142000223141212472
Binary101010101000110010000000010010110011000011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C80; }

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

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

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

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

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

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

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

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