#AD6E58

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

Shades of Sante Fe #AD6E58

Tints of Sante Fe #AD6E58

Color information

#AD6E58 (or 0xAD6E58) is unknown color: approx Sante Fe. HEX triplet: AD, 6E and 58. RGB value is (173,110,88). Sum of RGB (Red+Green+Blue) = 173+110+88=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E58 is #5291A7. Grayscale: #7E7E7E. Windows color (decimal): -5411240 or 5795501. OLE color: 5795501.

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

Color convert

RGB17311088-
CMYK00.360.490.32
HSL15.53º34.14%51.18%-
HSV(B)15.53º49.13%67.84%-
XYZ24.5720.7411.94-
YUV126.33106.37161.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=46.63%
G=29.65%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731108800.360.490.3215.5334.1451.18
HexAD6E580243120102233
Octal2551561300446140204263
Binary1010110111011101011000010010011000110000010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E58; }

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

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

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

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

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

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

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

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