#A97351

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

Shades of Sante Fe #A97351

Tints of Sante Fe #A97351

Color information

#A97351 (or 0xA97351) is unknown color: approx Sante Fe. HEX triplet: A9, 73 and 51. RGB value is (169,115,81). Sum of RGB (Red+Green+Blue) = 169+115+81=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A97351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97351 is #568CAE. Grayscale: #7F7F7F. Windows color (decimal): -5672111 or 5338025. OLE color: 5338025.

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

Color convert

RGB16911581-
CMYK00.320.520.34
HSL23.18º35.2%49.02%-
HSV(B)23.18º52.07%66.27%-
XYZ23.9821.2910.63-
YUV127.27101.89157.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=46.30%
G=31.51%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691158100.320.520.3423.1835.249.02
HexA973510203422172331
Octal2511631210406442274361
Binary1010100111100111010001010000011010010001010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97351; }

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

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

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

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

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

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

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

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