#AD7558

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

Shades of Sante Fe #AD7558

Tints of Sante Fe #AD7558

Color information

#AD7558 (or 0xAD7558) is unknown color: approx Sante Fe. HEX triplet: AD, 75 and 58. RGB value is (173,117,88). Sum of RGB (Red+Green+Blue) = 173+117+88=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7558 is #528AA7. Grayscale: #828282. Windows color (decimal): -5409448 or 5797293. OLE color: 5797293.

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

Color convert

RGB17311788-
CMYK00.320.490.32
HSL20.47º34.14%51.18%-
HSV(B)20.47º49.13%67.84%-
XYZ25.3622.3112.2-
YUV130.44104.05158.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=45.77%
G=30.95%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731178800.320.490.3220.4734.1451.18
HexAD75580203120142233
Octal2551651300406140244263
Binary1010110111101011011000010000011000110000010100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7558; }

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

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

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

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

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

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

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

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