#AD6C4E

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

Shades of Sante Fe #AD6C4E

Tints of Sante Fe #AD6C4E

Color information

#AD6C4E (or 0xAD6C4E) is unknown color: approx Sante Fe. HEX triplet: AD, 6C and 4E. RGB value is (173,108,78). Sum of RGB (Red+Green+Blue) = 173+108+78=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C4E is #5293B1. Grayscale: #7C7C7C. Windows color (decimal): -5411762 or 5139629. OLE color: 5139629.

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

Color convert

RGB17310878-
CMYK00.380.550.32
HSL18.95º37.85%49.22%-
HSV(B)18.95º54.91%67.84%-
XYZ23.9720.169.84-
YUV124.01102.03162.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=48.19%
G=30.08%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731087800.380.550.3218.9537.8549.22
HexAD6C4E0263720132631
Octal2551541160466740234661
Binary1010110111011001001110010011011011110000010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C4E; }

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

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

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

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

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

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

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

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