#AD7853

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

Shades of Sante Fe #AD7853

Tints of Sante Fe #AD7853

Color information

#AD7853 (or 0xAD7853) is unknown color: approx Sante Fe. HEX triplet: AD, 78 and 53. RGB value is (173,120,83). Sum of RGB (Red+Green+Blue) = 173+120+83=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7853 is #5287AC. Grayscale: #838383. Windows color (decimal): -5408685 or 5470381. OLE color: 5470381.

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

Color convert

RGB17312083-
CMYK00.310.520.32
HSL24.67º35.43%50.2%-
HSV(B)24.67º52.02%67.84%-
XYZ25.5122.9411.27-
YUV131.63100.56157.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=46.01%
G=31.91%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731208300.310.520.3224.6735.4350.2
HexAD785301F3420192332
Octal2551701230376440314362
Binary101011011111000101001101111111010010000011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7853; }

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

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

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

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

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

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

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

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