#A77451

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

Shades of Sante Fe #A77451

Tints of Sante Fe #A77451

Color information

#A77451 (or 0xA77451) is unknown color: approx Sante Fe. HEX triplet: A7, 74 and 51. RGB value is (167,116,81). Sum of RGB (Red+Green+Blue) = 167+116+81=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A77451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77451 is #588BAE. Grayscale: #7F7F7F. Windows color (decimal): -5802927 or 5338279. OLE color: 5338279.

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

Color convert

RGB16711681-
CMYK00.310.510.35
HSL24.42º34.68%48.63%-
HSV(B)24.42º51.5%65.49%-
XYZ23.6721.310.65-
YUV127.26101.9156.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=45.88%
G=31.87%
B=22.25%

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
Decimal1671168100.310.510.3524.4234.6848.63
HexA7745101F3323182331
Octal2471641210376343304361
Binary101001111110100101000101111111001110001111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77451; }

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

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

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

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

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

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

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

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