#A96353

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

Shades of Sante Fe #A96353

Tints of Sante Fe #A96353

Color information

#A96353 (or 0xA96353) is unknown color: approx Sante Fe. HEX triplet: A9, 63 and 53. RGB value is (169,99,83). Sum of RGB (Red+Green+Blue) = 169+99+83=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96353 is #569CAC. Grayscale: #767676. Windows color (decimal): -5676205 or 5465001. OLE color: 5465001.

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

Color convert

RGB1699983-
CMYK00.410.510.34
HSL11.16º34.13%49.41%-
HSV(B)11.16º50.89%66.27%-
XYZ22.3917.9810.47-
YUV118.11108.19164.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=48.15%
G=28.21%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169998300.410.510.3411.1634.1349.41
HexA963530293322b2231
Octal2511431230516342134261
Binary101010011100011101001101010011100111000101011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96353; }

 p { color: rgb(169,99,83); }

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

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

 a { background-color: rgb(169,99,83); }

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

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

 span { border-color: rgb(169,99,83); }

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