#AD6E56

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

Shades of Sante Fe #AD6E56

Tints of Sante Fe #AD6E56

Color information

#AD6E56 (or 0xAD6E56) is unknown color: approx Sante Fe. HEX triplet: AD, 6E and 56. RGB value is (173,110,86). Sum of RGB (Red+Green+Blue) = 173+110+86=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E56 is #5291A9. Grayscale: #7E7E7E. Windows color (decimal): -5411242 or 5664429. OLE color: 5664429.

HSL color Cylindrical-coordinate representation of color #AD6E56: hue angle of 16.55º degrees, saturation: 0.35, 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 #AD6E56 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17311086-
CMYK00.360.500.32
HSL16.55º34.66%50.78%-
HSV(B)16.55º50.29%67.84%-
XYZ24.4920.7111.51-
YUV126.1105.37161.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=46.88%
G=29.81%
B=23.31%

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
Decimal1731108600.360.500.3216.5534.6650.78
HexAD6E560243220112333
Octal2551561260446240214363
Binary1010110111011101010110010010011001010000010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E56; }

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

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

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

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

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

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

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

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