#AD6554

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

Shades of Sante Fe #AD6554

Tints of Sante Fe #AD6554

Color information

#AD6554 (or 0xAD6554) is unknown color: approx Sante Fe. HEX triplet: AD, 65 and 54. RGB value is (173,101,84). Sum of RGB (Red+Green+Blue) = 173+101+84=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6554 is #529AAB. Grayscale: #787878. Windows color (decimal): -5413548 or 5531053. OLE color: 5531053.

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

Color convert

RGB17310184-
CMYK00.420.510.32
HSL11.46º35.18%50.39%-
HSV(B)11.46º51.45%67.84%-
XYZ23.4918.8310.78-
YUV120.59107.35165.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=48.32%
G=28.21%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731018400.420.510.3211.4635.1850.39
HexAD655402A3320b2332
Octal2551451240526340134362
Binary101011011100101101010001010101100111000001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6554; }

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

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

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

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

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

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

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

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