#AA9277

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

Shades of Sandrift #AA9277

Tints of Sandrift #AA9277

Color information

#AA9277 (or 0xAA9277) is unknown color: approx Sandrift. HEX triplet: AA, 92 and 77. RGB value is (170,146,119). Sum of RGB (Red+Green+Blue) = 170+146+119=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9277 is #556D88. Grayscale: #969696. Windows color (decimal): -5598601 or 7836330. OLE color: 7836330.

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

Color convert

RGB170146119-
CMYK00.140.30.33
HSL31.76º23.08%56.67%-
HSV(B)31.76º30%66.67%-
XYZ30.1930.4421.74-
YUV150.1110.45142.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=39.08%
G=33.56%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014611900.140.30.3331.7623.0856.67
HexAA92770E1E21201739
Octal2522221670163641402771
Binary10101010100100101110111011101111010000110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9277; }

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

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

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

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

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

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

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

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