#AA684E

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

Shades of Sante Fe #AA684E

Tints of Sante Fe #AA684E

Color information

#AA684E (or 0xAA684E) is unknown color: approx Sante Fe. HEX triplet: AA, 68 and 4E. RGB value is (170,104,78). Sum of RGB (Red+Green+Blue) = 170+104+78=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA684E is #5597B1. Grayscale: #787878. Windows color (decimal): -5609394 or 5138602. OLE color: 5138602.

HSL color Cylindrical-coordinate representation of color #AA684E: hue angle of 16.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA684E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17010478-
CMYK00.390.540.33
HSL16.96º37.1%48.63%-
HSV(B)16.96º54.12%66.67%-
XYZ22.9199.67-
YUV120.77103.87163.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=48.30%
G=29.55%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701047800.390.540.3316.9637.148.63
HexAA684E0273621112531
Octal2521501160476641214561
Binary1010101011010001001110010011111011010000110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA684E; }

 p { color: rgb(170,104,78); }

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

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

 a { background-color: rgb(170,104,78); }

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

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

 span { border-color: rgb(170,104,78); }

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