#AA8E79

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

Shades of Sandrift #AA8E79

Tints of Sandrift #AA8E79

Color information

#AA8E79 (or 0xAA8E79) is unknown color: approx Sandrift. HEX triplet: AA, 8E and 79. RGB value is (170,142,121). Sum of RGB (Red+Green+Blue) = 170+142+121=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E79 is #557186. Grayscale: #949494. Windows color (decimal): -5599623 or 7966378. OLE color: 7966378.

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

Color convert

RGB170142121-
CMYK00.160.290.33
HSL25.71º22.37%57.06%-
HSV(B)25.71º28.82%66.67%-
XYZ29.729.2722.17-
YUV147.98112.78143.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=39.26%
G=32.79%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014212100.160.290.3325.7122.3757.06
HexAA8E790101D211a1639
Octal2522161710203541322671
Binary10101010100011101111001010000111011000011101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E79; }

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

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

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

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

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

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

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

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