#AD7059

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

Shades of Sante Fe #AD7059

Tints of Sante Fe #AD7059

Color information

#AD7059 (or 0xAD7059) is unknown color: approx Sante Fe. HEX triplet: AD, 70 and 59. RGB value is (173,112,89). Sum of RGB (Red+Green+Blue) = 173+112+89=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7059 is #528FA6. Grayscale: #7F7F7F. Windows color (decimal): -5410727 or 5861549. OLE color: 5861549.

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

Color convert

RGB17311289-
CMYK00.350.490.32
HSL16.43º33.87%51.37%-
HSV(B)16.43º48.55%67.84%-
XYZ24.8321.1912.23-
YUV127.62106.21160.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=46.26%
G=29.95%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731128900.350.490.3216.4333.8751.37
HexAD70590233120102233
Octal2551601310436140204263
Binary1010110111100001011001010001111000110000010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7059; }

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

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

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

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

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

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

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

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