#A96755

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

Shades of Sante Fe #A96755

Tints of Sante Fe #A96755

Color information

#A96755 (or 0xA96755) is unknown color: approx Sante Fe. HEX triplet: A9, 67 and 55. RGB value is (169,103,85). Sum of RGB (Red+Green+Blue) = 169+103+85=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A96755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96755 is #5698AA. Grayscale: #787878. Windows color (decimal): -5675179 or 5597097. OLE color: 5597097.

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

Color convert

RGB16910385-
CMYK00.390.500.34
HSL12.86º33.07%49.8%-
HSV(B)12.86º49.7%66.27%-
XYZ22.8518.7911.02-
YUV120.68107.87162.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=47.34%
G=28.85%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691038500.390.500.3412.8633.0749.8
HexA967550273222d2132
Octal2511471250476242154162
Binary101010011100111101010101001111100101000101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96755; }

 p { color: rgb(169,103,85); }

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

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

 a { background-color: rgb(169,103,85); }

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

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

 span { border-color: rgb(169,103,85); }

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