#AD7050

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

Shades of Sante Fe #AD7050

Tints of Sante Fe #AD7050

Color information

#AD7050 (or 0xAD7050) is unknown color: approx Sante Fe. HEX triplet: AD, 70 and 50. RGB value is (173,112,80). Sum of RGB (Red+Green+Blue) = 173+112+80=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7050 is #528FAF. Grayscale: #7E7E7E. Windows color (decimal): -5410736 or 5271725. OLE color: 5271725.

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

Color convert

RGB17311280-
CMYK00.350.540.32
HSL20.65º36.76%49.61%-
HSV(B)20.65º53.76%67.84%-
XYZ24.4821.0510.36-
YUV126.59101.71161.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=47.40%
G=30.68%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731128000.350.540.3220.6536.7649.61
HexAD70500233620152532
Octal2551601200436640254562
Binary1010110111100001010000010001111011010000010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7050; }

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

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

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

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

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

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

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

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