#AA8E82

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

Shades of Sandrift #AA8E82

Tints of Sandrift #AA8E82

Color information

#AA8E82 (or 0xAA8E82) is unknown color: approx Sandrift. HEX triplet: AA, 8E and 82. RGB value is (170,142,130). Sum of RGB (Red+Green+Blue) = 170+142+130=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8E82 is #55717D. Grayscale: #959595. Windows color (decimal): -5599614 or 8556202. OLE color: 8556202.

HSL color Cylindrical-coordinate representation of color #AA8E82: hue angle of 18º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA8E82 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170142130-
CMYK00.160.240.33
HSL18º19.05%58.82%-
HSV(B)18º23.53%66.67%-
XYZ30.2829.525.22-
YUV149117.28142.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=38.46%
G=32.13%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014213000.160.240.331819.0558.82
HexAA8E82010182112133b
Octal2522162020203041222373
Binary101010101000111010000010010000110001000011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E82; }

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

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

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

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

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

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

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

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