#ad7550

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

Shades of Sante Fe #AD7550

Tints of Sante Fe #AD7550

Color information

#AD7550 (or 0xAD7550) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 50. RGB value is (173,117,80). Sum of RGB (Red+Green+Blue) = 173+117+80=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7550 is #528AAF. Grayscale: #818181. Windows color (decimal): -5409456 or 5273005. OLE color: 5273005.

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

Color convert

RGB17311780-
CMYK00.320.540.32
HSL23.87º36.76%49.61%-
HSV(B)23.87º53.76%67.84%-
XYZ25.0422.1910.55-
YUV129.53100.05159.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=46.76%
G=31.62%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731178000.320.540.3223.8736.7649.61
HexAD75500203620182532
Octal2551651200406640304562
Binary1010110111101011010000010000011011010000011000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad7550; }

 p { color: rgb(173,117,80); }

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

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

 a { background-color: rgb(173,117,80); }

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

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

 span { border-color: rgb(173,117,80); }

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