#AD715B

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

Shades of Sante Fe #AD715B

Tints of Sante Fe #AD715B

Color information

#AD715B (or 0xAD715B) is unknown color: approx Sante Fe. HEX triplet: AD, 71 and 5B. RGB value is (173,113,91). Sum of RGB (Red+Green+Blue) = 173+113+91=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD715B is #528EA4. Grayscale: #808080. Windows color (decimal): -5410469 or 5992877. OLE color: 5992877.

HSL color Cylindrical-coordinate representation of color #AD715B: hue angle of 16.1º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD715B is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17311391-
CMYK00.350.470.32
HSL16.1º33.33%51.76%-
HSV(B)16.1º47.4%67.84%-
XYZ25.0321.4512.72-
YUV128.43106.88159.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=45.89%
G=29.97%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731139100.350.470.3216.133.3351.76
HexAD715B0232F20102134
Octal2551611330435740204164
Binary1010110111100011011011010001110111110000010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD715B; }

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

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

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

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

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

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

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

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