#AD6651

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

Shades of Sante Fe #AD6651

Tints of Sante Fe #AD6651

Color information

#AD6651 (or 0xAD6651) is unknown color: approx Sante Fe. HEX triplet: AD, 66 and 51. RGB value is (173,102,81). Sum of RGB (Red+Green+Blue) = 173+102+81=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6651 is #5299AE. Grayscale: #787878. Windows color (decimal): -5413295 or 5334701. OLE color: 5334701.

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

Color convert

RGB17310281-
CMYK00.410.530.32
HSL13.7º36.22%49.8%-
HSV(B)13.7º53.18%67.84%-
XYZ23.4718.9810.21-
YUV120.84105.52165.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=48.60%
G=28.65%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731028100.410.530.3213.736.2249.8
HexAD66510293520e2432
Octal2551461210516540164462
Binary101011011100110101000101010011101011000001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6651; }

 p { color: rgb(173,102,81); }

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

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

 a { background-color: rgb(173,102,81); }

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

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

 span { border-color: rgb(173,102,81); }

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