#AD6853

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

Shades of Sante Fe #AD6853

Tints of Sante Fe #AD6853

Color information

#AD6853 (or 0xAD6853) is unknown color: approx Sante Fe. HEX triplet: AD, 68 and 53. RGB value is (173,104,83). Sum of RGB (Red+Green+Blue) = 173+104+83=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6853 is #5297AC. Grayscale: #7A7A7A. Windows color (decimal): -5412781 or 5466285. OLE color: 5466285.

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

Color convert

RGB17310483-
CMYK00.400.520.32
HSL14º35.43%50.2%-
HSV(B)14º52.02%67.84%-
XYZ23.7519.4110.68-
YUV122.24105.86164.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=48.06%
G=28.89%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731048300.400.520.321435.4350.2
HexAD68530283420e2332
Octal2551501230506440164362
Binary101011011101000101001101010001101001000001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6853; }

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

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

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

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

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

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

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

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