#AD6E59

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

Shades of Sante Fe #AD6E59

Tints of Sante Fe #AD6E59

Color information

#AD6E59 (or 0xAD6E59) is unknown color: approx Sante Fe. HEX triplet: AD, 6E and 59. RGB value is (173,110,89). Sum of RGB (Red+Green+Blue) = 173+110+89=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E59 is #5291A6. Grayscale: #7E7E7E. Windows color (decimal): -5411239 or 5861037. OLE color: 5861037.

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

Color convert

RGB17311089-
CMYK00.360.490.32
HSL15º33.87%51.37%-
HSV(B)15º48.55%67.84%-
XYZ24.6120.7612.16-
YUV126.44106.87161.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=46.51%
G=29.57%
B=23.92%

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
Decimal1731108900.360.490.321533.8751.37
HexAD6E590243120f2233
Octal2551561310446140174263
Binary101011011101110101100101001001100011000001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E59; }

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

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

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

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

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

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

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

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