#A76F51

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

Shades of Sante Fe #A76F51

Tints of Sante Fe #A76F51

Color information

#A76F51 (or 0xA76F51) is unknown color: approx Sante Fe. HEX triplet: A7, 6F and 51. RGB value is (167,111,81). Sum of RGB (Red+Green+Blue) = 167+111+81=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F51 is #5890AE. Grayscale: #7C7C7C. Windows color (decimal): -5804207 or 5336999. OLE color: 5336999.

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

Color convert

RGB16711181-
CMYK00.340.510.35
HSL20.93º34.68%48.63%-
HSV(B)20.93º51.5%65.49%-
XYZ23.1120.1810.46-
YUV124.32103.55158.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=46.52%
G=30.92%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671118100.340.510.3520.9334.6848.63
HexA76F510223323152331
Octal2471571210426343254361
Binary1010011111011111010001010001011001110001110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F51; }

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

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

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

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

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

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

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

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