#AD684E

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

Shades of Sante Fe #AD684E

Tints of Sante Fe #AD684E

Color information

#AD684E (or 0xAD684E) is unknown color: approx Sante Fe. HEX triplet: AD, 68 and 4E. RGB value is (173,104,78). Sum of RGB (Red+Green+Blue) = 173+104+78=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD684E is #5297B1. Grayscale: #797979. Windows color (decimal): -5412786 or 5138605. OLE color: 5138605.

HSL color Cylindrical-coordinate representation of color #AD684E: hue angle of 16.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD684E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17310478-
CMYK00.400.550.32
HSL16.42º37.85%49.22%-
HSV(B)16.42º54.91%67.84%-
XYZ23.5619.339.7-
YUV121.67103.36164.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=48.73%
G=29.30%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731047800.400.550.3216.4237.8549.22
HexAD684E0283720102631
Octal2551501160506740204661
Binary1010110111010001001110010100011011110000010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD684E; }

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

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

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

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

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

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

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

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