#A76549

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

Shades of Sante Fe #A76549

Tints of Sante Fe #A76549

Color information

#A76549 (or 0xA76549) is unknown color: approx Sante Fe. HEX triplet: A7, 65 and 49. RGB value is (167,101,73). Sum of RGB (Red+Green+Blue) = 167+101+73=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A76549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76549 is #589AB6. Grayscale: #757575. Windows color (decimal): -5806775 or 4810151. OLE color: 4810151.

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

Color convert

RGB16710173-
CMYK00.400.560.35
HSL17.87º39.17%47.06%-
HSV(B)17.87º56.29%65.49%-
XYZ21.79188.63-
YUV117.54102.87163.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=48.97%
G=29.62%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671017300.400.560.3517.8739.1747.06
HexA76549028382312272f
Octal2471451110507043224757
Binary1010011111001011001001010100011100010001110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76549; }

 p { color: rgb(167,101,73); }

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

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

 a { background-color: rgb(167,101,73); }

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

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

 span { border-color: rgb(167,101,73); }

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