#A76C4A

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

Shades of Sante Fe #A76C4A

Tints of Sante Fe #A76C4A

Color information

#A76C4A (or 0xA76C4A) is unknown color: approx Sante Fe. HEX triplet: A7, 6C and 4A. RGB value is (167,108,74). Sum of RGB (Red+Green+Blue) = 167+108+74=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76C4A is #5893B5. Grayscale: #797979. Windows color (decimal): -5804982 or 4877479. OLE color: 4877479.

HSL color Cylindrical-coordinate representation of color #A76C4A: hue angle of 21.94º 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 #A76C4A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16710874-
CMYK00.350.560.35
HSL21.94º38.59%47.25%-
HSV(B)21.94º55.69%65.49%-
XYZ22.5319.449.04-
YUV121.76101.05160.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=47.85%
G=30.95%
B=21.20%

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
Decimal1671087400.350.560.3521.9438.5947.25
HexA76C4A023382316272f
Octal2471541120437043264757
Binary1010011111011001001010010001111100010001110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C4A; }

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

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

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

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

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

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

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

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