#AA9279

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

Shades of Sandrift #AA9279

Tints of Sandrift #AA9279

Color information

#AA9279 (or 0xAA9279) is unknown color: approx Sandrift. HEX triplet: AA, 92 and 79. RGB value is (170,146,121). Sum of RGB (Red+Green+Blue) = 170+146+121=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9279 is #556D86. Grayscale: #969696. Windows color (decimal): -5598599 or 7967402. OLE color: 7967402.

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

Color convert

RGB170146121-
CMYK00.140.290.33
HSL30.61º22.37%57.06%-
HSV(B)30.61º28.82%66.67%-
XYZ30.3130.4822.38-
YUV150.33111.45142.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=38.90%
G=33.41%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014612100.140.290.3330.6122.3757.06
HexAA92790E1D211f1639
Octal2522221710163541372671
Binary1010101010010010111100101110111011000011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9279; }

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

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

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

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

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

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

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

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