#AA9282

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

Shades of Sandrift #AA9282

Tints of Sandrift #AA9282

Color information

#AA9282 (or 0xAA9282) is unknown color: approx Sandrift. HEX triplet: AA, 92 and 82. RGB value is (170,146,130). Sum of RGB (Red+Green+Blue) = 170+146+130=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9282 is #556D7D. Grayscale: #979797. Windows color (decimal): -5598590 or 8557226. OLE color: 8557226.

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

Color convert

RGB170146130-
CMYK00.140.240.33
HSL24º19.05%58.82%-
HSV(B)24º23.53%66.67%-
XYZ30.8930.7225.42-
YUV151.35115.95141.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=38.12%
G=32.74%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014613000.140.240.332419.0558.82
HexAA92820E182118133b
Octal2522222020163041302373
Binary10101010100100101000001001110110001000011100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9282; }

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

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

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

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

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

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

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

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