#AD7455

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

Shades of Sante Fe #AD7455

Tints of Sante Fe #AD7455

Color information

#AD7455 (or 0xAD7455) is unknown color: approx Sante Fe. HEX triplet: AD, 74 and 55. RGB value is (173,116,85). Sum of RGB (Red+Green+Blue) = 173+116+85=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7455 is #528BAA. Grayscale: #818181. Windows color (decimal): -5409707 or 5600429. OLE color: 5600429.

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

Color convert

RGB17311685-
CMYK00.330.510.32
HSL21.14º34.92%50.59%-
HSV(B)21.14º50.87%67.84%-
XYZ25.1222.0311.52-
YUV129.51102.88159.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=46.26%
G=31.02%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731168500.330.510.3221.1434.9250.59
HexAD74550213320152333
Octal2551641250416340254363
Binary1010110111101001010101010000111001110000010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7455; }

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

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

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

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

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

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

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

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