#AD6B51

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

Shades of Sante Fe #AD6B51

Tints of Sante Fe #AD6B51

Color information

#AD6B51 (or 0xAD6B51) is unknown color: approx Sante Fe. HEX triplet: AD, 6B and 51. RGB value is (173,107,81). Sum of RGB (Red+Green+Blue) = 173+107+81=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B51 is #5294AE. Grayscale: #7B7B7B. Windows color (decimal): -5412015 or 5335981. OLE color: 5335981.

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

Color convert

RGB17310781-
CMYK00.380.530.32
HSL16.96º36.22%49.8%-
HSV(B)16.96º53.18%67.84%-
XYZ23.9819.9910.38-
YUV123.77103.87163.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=47.92%
G=29.64%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731078100.380.530.3216.9636.2249.8
HexAD6B510263520112432
Octal2551531210466540214462
Binary1010110111010111010001010011011010110000010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B51; }

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

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

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

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

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

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

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

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