#AD705B

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

Shades of Sante Fe #AD705B

Tints of Sante Fe #AD705B

Color information

#AD705B (or 0xAD705B) is unknown color: approx Sante Fe. HEX triplet: AD, 70 and 5B. RGB value is (173,112,91). Sum of RGB (Red+Green+Blue) = 173+112+91=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD705B is #528FA4. Grayscale: #7F7F7F. Windows color (decimal): -5410725 or 5992621. OLE color: 5992621.

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

Color convert

RGB17311291-
CMYK00.350.470.32
HSL15.37º33.33%51.76%-
HSV(B)15.37º47.4%67.84%-
XYZ24.9221.2312.68-
YUV127.84107.21160.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=46.01%
G=29.79%
B=24.20%

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
Decimal1731129100.350.470.3215.3733.3351.76
HexAD705B0232F20f2134
Octal2551601330435740174164
Binary101011011110000101101101000111011111000001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD705B; }

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

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

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

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

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

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

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

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