#A76449

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

Shades of Sante Fe #A76449

Tints of Sante Fe #A76449

Color information

#A76449 (or 0xA76449) is unknown color: approx Sante Fe. HEX triplet: A7, 64 and 49. RGB value is (167,100,73). Sum of RGB (Red+Green+Blue) = 167+100+73=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A76449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76449 is #589BB6. Grayscale: #757575. Windows color (decimal): -5807031 or 4809895. OLE color: 4809895.

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

Color convert

RGB16710073-
CMYK00.400.560.35
HSL17.23º39.17%47.06%-
HSV(B)17.23º56.29%65.49%-
XYZ21.717.818.6-
YUV116.96103.2163.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=49.12%
G=29.41%
B=21.47%

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
Decimal1671007300.400.560.3517.2339.1747.06
HexA76449028382311272f
Octal2471441110507043214757
Binary1010011111001001001001010100011100010001110001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76449; }

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

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

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

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

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

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

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

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