#A76D4E

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

Shades of Sante Fe #A76D4E

Tints of Sante Fe #A76D4E

Color information

#A76D4E (or 0xA76D4E) is unknown color: approx Sante Fe. HEX triplet: A7, 6D and 4E. RGB value is (167,109,78). Sum of RGB (Red+Green+Blue) = 167+109+78=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D4E is #5892B1. Grayscale: #7A7A7A. Windows color (decimal): -5804722 or 5139879. OLE color: 5139879.

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

Color convert

RGB16710978-
CMYK00.350.530.35
HSL20.9º36.33%48.04%-
HSV(B)20.9º53.29%65.49%-
XYZ22.7819.79.81-
YUV122.81102.72159.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=47.18%
G=30.79%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671097800.350.530.3520.936.3348.04
HexA76D4E0233523152430
Octal2471551160436543254460
Binary1010011111011011001110010001111010110001110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D4E; }

 p { color: rgb(167,109,78); }

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

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

 a { background-color: rgb(167,109,78); }

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

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

 span { border-color: rgb(167,109,78); }

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