#A77351

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

Shades of Sante Fe #A77351

Tints of Sante Fe #A77351

Color information

#A77351 (or 0xA77351) is unknown color: approx Sante Fe. HEX triplet: A7, 73 and 51. RGB value is (167,115,81). Sum of RGB (Red+Green+Blue) = 167+115+81=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A77351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77351 is #588CAE. Grayscale: #7E7E7E. Windows color (decimal): -5803183 or 5338023. OLE color: 5338023.

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

Color convert

RGB16711581-
CMYK00.310.510.35
HSL23.72º34.68%48.63%-
HSV(B)23.72º51.5%65.49%-
XYZ23.5521.0710.61-
YUV126.67102.23156.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=46.01%
G=31.68%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671158100.310.510.3523.7234.6848.63
HexA7735101F3323182331
Octal2471631210376343304361
Binary101001111110011101000101111111001110001111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77351; }

 p { color: rgb(167,115,81); }

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

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

 a { background-color: rgb(167,115,81); }

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

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

 span { border-color: rgb(167,115,81); }

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