#AD6859

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

Shades of Sante Fe #AD6859

Tints of Sante Fe #AD6859

Color information

#AD6859 (or 0xAD6859) is unknown color: approx Sante Fe. HEX triplet: AD, 68 and 59. RGB value is (173,104,89). Sum of RGB (Red+Green+Blue) = 173+104+89=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6859 is #5297A6. Grayscale: #7B7B7B. Windows color (decimal): -5412775 or 5859501. OLE color: 5859501.

HSL color Cylindrical-coordinate representation of color #AD6859: hue angle of 10.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6859 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17310489-
CMYK00.400.490.32
HSL10.71º33.87%51.37%-
HSV(B)10.71º48.55%67.84%-
XYZ23.9919.5111.95-
YUV122.92108.86163.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=47.27%
G=28.42%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731048900.400.490.3210.7133.8751.37
HexAD68590283120b2233
Octal2551501310506140134263
Binary101011011101000101100101010001100011000001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6859; }

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

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

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

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

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

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

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

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