#A76C48

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

Shades of Sante Fe #A76C48

Tints of Sante Fe #A76C48

Color information

#A76C48 (or 0xA76C48) is unknown color: approx Sante Fe. HEX triplet: A7, 6C and 48. RGB value is (167,108,72). Sum of RGB (Red+Green+Blue) = 167+108+72=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C48 is #5893B7. Grayscale: #797979. Windows color (decimal): -5804984 or 4746407. OLE color: 4746407.

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

Color convert

RGB16710872-
CMYK00.350.570.35
HSL22.74º39.75%46.86%-
HSV(B)22.74º56.89%65.49%-
XYZ22.4719.418.69-
YUV121.54100.05160.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=48.13%
G=31.12%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671087200.350.570.3522.7439.7546.86
HexA76C48023392317282f
Octal2471541100437143275057
Binary1010011111011001001000010001111100110001110111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C48; }

 p { color: rgb(167,108,72); }

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

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

 a { background-color: rgb(167,108,72); }

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

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

 span { border-color: rgb(167,108,72); }

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