#AD7153

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

Shades of Sante Fe #AD7153

Tints of Sante Fe #AD7153

Color information

#AD7153 (or 0xAD7153) is unknown color: approx Sante Fe. HEX triplet: AD, 71 and 53. RGB value is (173,113,83). Sum of RGB (Red+Green+Blue) = 173+113+83=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7153 is #528EAC. Grayscale: #7F7F7F. Windows color (decimal): -5410477 or 5468589. OLE color: 5468589.

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

Color convert

RGB17311383-
CMYK00.350.520.32
HSL20º35.43%50.2%-
HSV(B)20º52.02%67.84%-
XYZ24.721.3211-
YUV127.52102.88160.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=46.88%
G=30.62%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731138300.350.520.322035.4350.2
HexAD71530233420142332
Octal2551611230436440244362
Binary1010110111100011010011010001111010010000010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7153; }

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

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

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

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

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

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

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

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