#AA9077

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

Shades of Sandrift #AA9077

Tints of Sandrift #AA9077

Color information

#AA9077 (or 0xAA9077) is unknown color: approx Sandrift. HEX triplet: AA, 90 and 77. RGB value is (170,144,119). Sum of RGB (Red+Green+Blue) = 170+144+119=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9077 is #556F88. Grayscale: #959595. Windows color (decimal): -5599113 or 7835818. OLE color: 7835818.

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

Color convert

RGB170144119-
CMYK00.150.30.33
HSL29.41º23.08%56.67%-
HSV(B)29.41º30%66.67%-
XYZ29.8829.8221.63-
YUV148.92111.11143.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=39.26%
G=33.26%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014411900.150.30.3329.4123.0856.67
HexAA90770F1E211d1739
Octal2522201670173641352771
Binary1010101010010000111011101111111101000011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9077; }

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

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

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

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

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

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

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

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