#AD7158

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

Shades of Sante Fe #AD7158

Tints of Sante Fe #AD7158

Color information

#AD7158 (or 0xAD7158) is unknown color: approx Sante Fe. HEX triplet: AD, 71 and 58. RGB value is (173,113,88). Sum of RGB (Red+Green+Blue) = 173+113+88=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7158 is #528EA7. Grayscale: #808080. Windows color (decimal): -5410472 or 5796269. OLE color: 5796269.

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

Color convert

RGB17311388-
CMYK00.350.490.32
HSL17.65º34.14%51.18%-
HSV(B)17.65º49.13%67.84%-
XYZ24.921.412.05-
YUV128.09105.38160.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=46.26%
G=30.21%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731138800.350.490.3217.6534.1451.18
HexAD71580233120122233
Octal2551611300436140224263
Binary1010110111100011011000010001111000110000010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7158; }

 p { color: rgb(173,113,88); }

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

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

 a { background-color: rgb(173,113,88); }

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

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

 span { border-color: rgb(173,113,88); }

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