#A8684E

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

Shades of Sante Fe #A8684E

Tints of Sante Fe #A8684E

Color information

#A8684E (or 0xA8684E) is unknown color: approx Sante Fe. HEX triplet: A8, 68 and 4E. RGB value is (168,104,78). Sum of RGB (Red+Green+Blue) = 168+104+78=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8684E is #5797B1. Grayscale: #787878. Windows color (decimal): -5740466 or 5138600. OLE color: 5138600.

HSL color Cylindrical-coordinate representation of color #A8684E: hue angle of 17.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8684E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16810478-
CMYK00.380.540.34
HSL17.33º36.59%48.24%-
HSV(B)17.33º53.57%65.88%-
XYZ22.4718.789.65-
YUV120.17104.2162.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=48%
G=29.71%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681047800.380.540.3417.3336.5948.24
HexA8684E0263622112530
Octal2501501160466642214560
Binary1010100011010001001110010011011011010001010001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8684E; }

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

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

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

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

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

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

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

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