#A96A58

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

Shades of Sante Fe #A96A58

Tints of Sante Fe #A96A58

Color information

#A96A58 (or 0xA96A58) is unknown color: approx Sante Fe. HEX triplet: A9, 6A and 58. RGB value is (169,106,88). Sum of RGB (Red+Green+Blue) = 169+106+88=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A58 is #5695A7. Grayscale: #7A7A7A. Windows color (decimal): -5674408 or 5794473. OLE color: 5794473.

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

Color convert

RGB16910688-
CMYK00.370.480.34
HSL13.33º32.02%50.39%-
HSV(B)13.33º47.93%66.27%-
XYZ23.2819.4511.76-
YUV122.78108.37160.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=46.56%
G=29.20%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691068800.370.480.3413.3332.0250.39
HexA96A580253022d2032
Octal2511521300456042154062
Binary101010011101010101100001001011100001000101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A58; }

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

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

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

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

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

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

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

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