#AD6A54

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

Shades of Sante Fe #AD6A54

Tints of Sante Fe #AD6A54

Color information

#AD6A54 (or 0xAD6A54) is unknown color: approx Sante Fe. HEX triplet: AD, 6A and 54. RGB value is (173,106,84). Sum of RGB (Red+Green+Blue) = 173+106+84=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A54 is #5295AB. Grayscale: #7B7B7B. Windows color (decimal): -5412268 or 5532333. OLE color: 5532333.

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

Color convert

RGB17310684-
CMYK00.390.510.32
HSL14.83º35.18%50.39%-
HSV(B)14.83º51.45%67.84%-
XYZ23.9919.8310.95-
YUV123.52105.7163.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=47.66%
G=29.20%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731068400.390.510.3214.8335.1850.39
HexAD6A540273320f2332
Octal2551521240476340174362
Binary101011011101010101010001001111100111000001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A54; }

 p { color: rgb(173,106,84); }

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

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

 a { background-color: rgb(173,106,84); }

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

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

 span { border-color: rgb(173,106,84); }

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