#A97059

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

Shades of Sante Fe #A97059

Tints of Sante Fe #A97059

Color information

#A97059 (or 0xA97059) is unknown color: approx Sante Fe. HEX triplet: A9, 70 and 59. RGB value is (169,112,89). Sum of RGB (Red+Green+Blue) = 169+112+89=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97059 is #568FA6. Grayscale: #7E7E7E. Windows color (decimal): -5672871 or 5861545. OLE color: 5861545.

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

Color convert

RGB16911289-
CMYK00.340.470.34
HSL17.25º31.75%50.59%-
HSV(B)17.25º47.34%66.27%-
XYZ23.9620.7412.19-
YUV126.42106.88158.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=45.68%
G=30.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691128900.340.470.3417.2531.7550.59
HexA970590222F22112033
Octal2511601310425742214063
Binary1010100111100001011001010001010111110001010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97059; }

 p { color: rgb(169,112,89); }

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

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

 a { background-color: rgb(169,112,89); }

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

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

 span { border-color: rgb(169,112,89); }

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