#AD6455

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

Shades of Sante Fe #AD6455

Tints of Sante Fe #AD6455

Color information

#AD6455 (or 0xAD6455) is unknown color: approx Sante Fe. HEX triplet: AD, 64 and 55. RGB value is (173,100,85). Sum of RGB (Red+Green+Blue) = 173+100+85=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6455 is #529BAA. Grayscale: #787878. Windows color (decimal): -5413803 or 5596333. OLE color: 5596333.

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

Color convert

RGB17310085-
CMYK00.420.510.32
HSL10.23º34.92%50.59%-
HSV(B)10.23º50.87%67.84%-
XYZ23.4318.6510.96-
YUV120.12108.18165.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=48.32%
G=27.93%
B=23.74%

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
Decimal1731008500.420.510.3210.2334.9250.59
HexAD645502A3320a2333
Octal2551441250526340124363
Binary101011011100100101010101010101100111000001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6455; }

 p { color: rgb(173,100,85); }

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

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

 a { background-color: rgb(173,100,85); }

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

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

 span { border-color: rgb(173,100,85); }

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