#AD6F4E

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

Shades of Sante Fe #AD6F4E

Tints of Sante Fe #AD6F4E

Color information

#AD6F4E (or 0xAD6F4E) is unknown color: approx Sante Fe. HEX triplet: AD, 6F and 4E. RGB value is (173,111,78). Sum of RGB (Red+Green+Blue) = 173+111+78=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F4E is #5290B1. Grayscale: #7D7D7D. Windows color (decimal): -5410994 or 5140397. OLE color: 5140397.

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

Color convert

RGB17311178-
CMYK00.360.550.32
HSL20.84º37.85%49.22%-
HSV(B)20.84º54.91%67.84%-
XYZ24.2920.89.94-
YUV125.78101.04161.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.79%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=47.79%
G=30.66%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731117800.360.550.3220.8437.8549.22
HexAD6F4E0243720152631
Octal2551571160446740254661
Binary1010110111011111001110010010011011110000010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F4E; }

 p { color: rgb(173,111,78); }

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

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

 a { background-color: rgb(173,111,78); }

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

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

 span { border-color: rgb(173,111,78); }

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