#AA8877

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

Shades of Sandrift #AA8877

Tints of Sandrift #AA8877

Color information

#AA8877 (or 0xAA8877) is unknown color: approx Sandrift. HEX triplet: AA, 88 and 77. RGB value is (170,136,119). Sum of RGB (Red+Green+Blue) = 170+136+119=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8877 is #557788. Grayscale: #909090. Windows color (decimal): -5601161 or 7833770. OLE color: 7833770.

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

Color convert

RGB170136119-
CMYK00.200.30.33
HSL20º23.08%56.67%-
HSV(B)20º30%66.67%-
XYZ28.7127.4921.24-
YUV144.23113.76146.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 28%
R=40%
G=32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013611900.200.30.332023.0856.67
HexAA88770141E21141739
Octal2522101670243641242771
Binary10101010100010001110111010100111101000011010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8877; }

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

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

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

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

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

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

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

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