#AD7157

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

Shades of Sante Fe #AD7157

Tints of Sante Fe #AD7157

Color information

#AD7157 (or 0xAD7157) is unknown color: approx Sante Fe. HEX triplet: AD, 71 and 57. RGB value is (173,113,87). Sum of RGB (Red+Green+Blue) = 173+113+87=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7157 is #528EA8. Grayscale: #808080. Windows color (decimal): -5410473 or 5730733. OLE color: 5730733.

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

Color convert

RGB17311387-
CMYK00.350.500.32
HSL18.14º34.4%50.98%-
HSV(B)18.14º49.71%67.84%-
XYZ24.8621.3811.83-
YUV127.98104.88160.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=46.38%
G=30.29%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731138700.350.500.3218.1434.450.98
HexAD71570233220122233
Octal2551611270436240224263
Binary1010110111100011010111010001111001010000010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7157; }

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

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

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

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

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

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

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

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