#AD6253

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

Shades of Sante Fe #AD6253

Tints of Sante Fe #AD6253

Color information

#AD6253 (or 0xAD6253) is unknown color: approx Sante Fe. HEX triplet: AD, 62 and 53. RGB value is (173,98,83). Sum of RGB (Red+Green+Blue) = 173+98+83=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6253 is #529DAC. Grayscale: #767676. Windows color (decimal): -5414317 or 5464749. OLE color: 5464749.

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

Color convert

RGB1739883-
CMYK00.430.520.32
HSL10º35.43%50.2%-
HSV(B)10º52.02%67.84%-
XYZ23.1618.2410.48-
YUV118.71107.85166.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=48.87%
G=27.68%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173988300.430.520.321035.4350.2
HexAD625302B3420a2332
Octal2551421230536440124362
Binary101011011100010101001101010111101001000001010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6253; }

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

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

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

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

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

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

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

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