#AD654E

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

Shades of Sante Fe #AD654E

Tints of Sante Fe #AD654E

Color information

#AD654E (or 0xAD654E) is unknown color: approx Sante Fe. HEX triplet: AD, 65 and 4E. RGB value is (173,101,78). Sum of RGB (Red+Green+Blue) = 173+101+78=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD654E is #529AB1. Grayscale: #787878. Windows color (decimal): -5413554 or 5137837. OLE color: 5137837.

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

Color convert

RGB17310178-
CMYK00.420.550.32
HSL14.53º37.85%49.22%-
HSV(B)14.53º54.91%67.84%-
XYZ23.2618.749.6-
YUV119.91104.35165.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=49.15%
G=28.69%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731017800.420.550.3214.5337.8549.22
HexAD654E02A3720f2631
Octal2551451160526740174661
Binary101011011100101100111001010101101111000001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD654E; }

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

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

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

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

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

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

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

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