#AD7257

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

Shades of Sante Fe #AD7257

Tints of Sante Fe #AD7257

Color information

#AD7257 (or 0xAD7257) is unknown color: approx Sante Fe. HEX triplet: AD, 72 and 57. RGB value is (173,114,87). Sum of RGB (Red+Green+Blue) = 173+114+87=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7257 is #528DA8. Grayscale: #808080. Windows color (decimal): -5410217 or 5730989. OLE color: 5730989.

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

Color convert

RGB17311487-
CMYK00.340.500.32
HSL18.84º34.4%50.98%-
HSV(B)18.84º49.71%67.84%-
XYZ24.9721.6111.87-
YUV128.56104.55159.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=46.26%
G=30.48%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731148700.340.500.3218.8434.450.98
HexAD72570223220132233
Octal2551621270426240234263
Binary1010110111100101010111010001011001010000010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7257; }

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

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

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

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

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

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

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

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