#AD6453

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

Shades of Sante Fe #AD6453

Tints of Sante Fe #AD6453

Color information

#AD6453 (or 0xAD6453) is unknown color: approx Sante Fe. HEX triplet: AD, 64 and 53. RGB value is (173,100,83). Sum of RGB (Red+Green+Blue) = 173+100+83=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6453 is #529BAC. Grayscale: #787878. Windows color (decimal): -5413805 or 5465261. OLE color: 5465261.

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

Color convert

RGB17310083-
CMYK00.420.520.32
HSL11.33º35.43%50.2%-
HSV(B)11.33º52.02%67.84%-
XYZ23.3518.6210.55-
YUV119.89107.18165.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=48.60%
G=28.09%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731008300.420.520.3211.3335.4350.2
HexAD645302A3420b2332
Octal2551441230526440134362
Binary101011011100100101001101010101101001000001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6453; }

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

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

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

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

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

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

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

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