#A97151

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

Shades of Sante Fe #A97151

Tints of Sante Fe #A97151

Color information

#A97151 (or 0xA97151) is unknown color: approx Sante Fe. HEX triplet: A9, 71 and 51. RGB value is (169,113,81). Sum of RGB (Red+Green+Blue) = 169+113+81=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A97151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97151 is #568EAE. Grayscale: #7E7E7E. Windows color (decimal): -5672623 or 5337513. OLE color: 5337513.

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

Color convert

RGB16911381-
CMYK00.330.520.34
HSL21.82º35.2%49.02%-
HSV(B)21.82º52.07%66.27%-
XYZ23.7520.8410.56-
YUV126.1102.55158.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=46.56%
G=31.13%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691138100.330.520.3421.8235.249.02
HexA971510213422162331
Octal2511611210416442264361
Binary1010100111100011010001010000111010010001010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97151; }

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

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

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

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

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

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

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

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