#AA9285

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

Shades of Sandrift #AA9285

Tints of Sandrift #AA9285

Color information

#AA9285 (or 0xAA9285) is unknown color: approx Sandrift. HEX triplet: AA, 92 and 85. RGB value is (170,146,133). Sum of RGB (Red+Green+Blue) = 170+146+133=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9285 is #556D7A. Grayscale: #979797. Windows color (decimal): -5598587 or 8753834. OLE color: 8753834.

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

Color convert

RGB170146133-
CMYK00.140.220.33
HSL21.08º17.87%59.41%-
HSV(B)21.08º21.76%66.67%-
XYZ31.0930.826.5-
YUV151.69117.45141.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=37.86%
G=32.52%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014613300.140.220.3321.0817.8759.41
HexAA92850E162115123b
Octal2522222050162641252273
Binary10101010100100101000010101110101101000011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9285; }

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

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

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

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

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

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

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

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