#AD6E57

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

Shades of Sante Fe #AD6E57

Tints of Sante Fe #AD6E57

Color information

#AD6E57 (or 0xAD6E57) is unknown color: approx Sante Fe. HEX triplet: AD, 6E and 57. RGB value is (173,110,87). Sum of RGB (Red+Green+Blue) = 173+110+87=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E57 is #5291A8. Grayscale: #7E7E7E. Windows color (decimal): -5411241 or 5729965. OLE color: 5729965.

HSL color Cylindrical-coordinate representation of color #AD6E57: hue angle of 16.05º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6E57 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17311087-
CMYK00.360.500.32
HSL16.05º34.4%50.98%-
HSV(B)16.05º49.71%67.84%-
XYZ24.5320.7211.72-
YUV126.22105.87161.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=46.76%
G=29.73%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731108700.360.500.3216.0534.450.98
HexAD6E570243220102233
Octal2551561270446240204263
Binary1010110111011101010111010010011001010000010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E57; }

 p { color: rgb(173,110,87); }

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

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

 a { background-color: rgb(173,110,87); }

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

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

 span { border-color: rgb(173,110,87); }

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