#AD7258

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

Shades of Sante Fe #AD7258

Tints of Sante Fe #AD7258

Color information

#AD7258 (or 0xAD7258) is unknown color: approx Sante Fe. HEX triplet: AD, 72 and 58. RGB value is (173,114,88). Sum of RGB (Red+Green+Blue) = 173+114+88=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7258 is #528DA7. Grayscale: #808080. Windows color (decimal): -5410216 or 5796525. OLE color: 5796525.

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

Color convert

RGB17311488-
CMYK00.340.490.32
HSL18.35º34.14%51.18%-
HSV(B)18.35º49.13%67.84%-
XYZ25.0121.6212.09-
YUV128.68105.05159.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=46.13%
G=30.4%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731148800.340.490.3218.3534.1451.18
HexAD72580223120122233
Octal2551621300426140224263
Binary1010110111100101011000010001011000110000010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7258; }

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

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

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

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

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

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

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

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