#A76951

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

Shades of Sante Fe #A76951

Tints of Sante Fe #A76951

Color information

#A76951 (or 0xA76951) is unknown color: approx Sante Fe. HEX triplet: A7, 69 and 51. RGB value is (167,105,81). Sum of RGB (Red+Green+Blue) = 167+105+81=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76951 is #5896AE. Grayscale: #787878. Windows color (decimal): -5805743 or 5335463. OLE color: 5335463.

HSL color Cylindrical-coordinate representation of color #A76951: hue angle of 16.74º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76951 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16710581-
CMYK00.370.510.35
HSL16.74º34.68%48.63%-
HSV(B)16.74º51.5%65.49%-
XYZ22.4718.9110.25-
YUV120.8105.54160.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=47.31%
G=29.75%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671058100.370.510.3516.7434.6848.63
HexA769510253323112331
Octal2471511210456343214361
Binary1010011111010011010001010010111001110001110001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76951; }

 p { color: rgb(167,105,81); }

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

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

 a { background-color: rgb(167,105,81); }

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

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

 span { border-color: rgb(167,105,81); }

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