#A97350

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

Shades of Sante Fe #A97350

Tints of Sante Fe #A97350

Color information

#A97350 (or 0xA97350) is unknown color: approx Sante Fe. HEX triplet: A9, 73 and 50. RGB value is (169,115,80). Sum of RGB (Red+Green+Blue) = 169+115+80=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A97350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97350 is #568CAF. Grayscale: #7F7F7F. Windows color (decimal): -5672112 or 5272489. OLE color: 5272489.

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

Color convert

RGB16911580-
CMYK00.320.530.34
HSL23.6º35.74%48.82%-
HSV(B)23.6º52.66%66.27%-
XYZ23.9421.2810.43-
YUV127.16101.39157.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=46.43%
G=31.59%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691158000.320.530.3423.635.7448.82
HexA973500203522182431
Octal2511631200406542304461
Binary1010100111100111010000010000011010110001011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97350; }

 p { color: rgb(169,115,80); }

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

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

 a { background-color: rgb(169,115,80); }

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

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

 span { border-color: rgb(169,115,80); }

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