#AD6E49

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

Shades of Sante Fe #AD6E49

Tints of Sante Fe #AD6E49

Color information

#AD6E49 (or 0xAD6E49) is unknown color: approx Sante Fe. HEX triplet: AD, 6E and 49. RGB value is (173,110,73). Sum of RGB (Red+Green+Blue) = 173+110+73=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E49 is #5291B6. Grayscale: #7C7C7C. Windows color (decimal): -5411255 or 4812461. OLE color: 4812461.

HSL color Cylindrical-coordinate representation of color #AD6E49: hue angle of 22.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6E49 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17311073-
CMYK00.360.580.32
HSL22.2º40.65%48.24%-
HSV(B)22.2º57.8%67.84%-
XYZ24.0120.529-
YUV124.6298.87162.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=48.60%
G=30.90%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731107300.360.580.3222.240.6548.24
HexAD6E490243A20162930
Octal2551561110447240265160
Binary1010110111011101001001010010011101010000010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E49; }

 p { color: rgb(173,110,73); }

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

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

 a { background-color: rgb(173,110,73); }

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

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

 span { border-color: rgb(173,110,73); }

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