#A97458

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

Shades of Sante Fe #A97458

Tints of Sante Fe #A97458

Color information

#A97458 (or 0xA97458) is unknown color: approx Sante Fe. HEX triplet: A9, 74 and 58. RGB value is (169,116,88). Sum of RGB (Red+Green+Blue) = 169+116+88=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97458 is #568BA7. Grayscale: #808080. Windows color (decimal): -5671848 or 5797033. OLE color: 5797033.

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

Color convert

RGB16911688-
CMYK00.310.480.34
HSL20.74º32.02%50.39%-
HSV(B)20.74º47.93%66.27%-
XYZ24.3721.6312.12-
YUV128.66105.06156.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=45.31%
G=31.10%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691168800.310.480.3420.7432.0250.39
HexA9745801F3022152032
Octal2511641300376042254062
Binary101010011110100101100001111111000010001010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97458; }

 p { color: rgb(169,116,88); }

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

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

 a { background-color: rgb(169,116,88); }

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

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

 span { border-color: rgb(169,116,88); }

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