#A76D4A

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

Shades of Sante Fe #A76D4A

Tints of Sante Fe #A76D4A

Color information

#A76D4A (or 0xA76D4A) is unknown color: approx Sante Fe. HEX triplet: A7, 6D and 4A. RGB value is (167,109,74). Sum of RGB (Red+Green+Blue) = 167+109+74=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D4A is #5892B5. Grayscale: #7A7A7A. Windows color (decimal): -5804726 or 4877735. OLE color: 4877735.

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

Color convert

RGB16710974-
CMYK00.350.560.35
HSL22.58º38.59%47.25%-
HSV(B)22.58º55.69%65.49%-
XYZ22.6419.659.08-
YUV122.35100.72159.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=47.71%
G=31.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671097400.350.560.3522.5838.5947.25
HexA76D4A023382317272f
Octal2471551120437043274757
Binary1010011111011011001010010001111100010001110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76D4A; }

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

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

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

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

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

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

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

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