#A97751

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

Shades of Sante Fe #A97751

Tints of Sante Fe #A97751

Color information

#A97751 (or 0xA97751) is unknown color: approx Sante Fe. HEX triplet: A9, 77 and 51. RGB value is (169,119,81). Sum of RGB (Red+Green+Blue) = 169+119+81=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A97751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97751 is #5688AE. Grayscale: #818181. Windows color (decimal): -5671087 or 5339049. OLE color: 5339049.

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

Color convert

RGB16911981-
CMYK00.300.520.34
HSL25.91º35.2%49.02%-
HSV(B)25.91º52.07%66.27%-
XYZ24.4422.2210.79-
YUV129.62100.56156.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=45.80%
G=32.25%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691198100.300.520.3425.9135.249.02
HexA9775101E34221a2331
Octal2511671210366442324361
Binary101010011110111101000101111011010010001011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97751; }

 p { color: rgb(169,119,81); }

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

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

 a { background-color: rgb(169,119,81); }

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

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

 span { border-color: rgb(169,119,81); }

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