#A46451

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

Shades of Sante Fe #A46451

Tints of Sante Fe #A46451

Color information

#A46451 (or 0xA46451) is unknown color: approx Sante Fe. HEX triplet: A4, 64 and 51. RGB value is (164,100,81). Sum of RGB (Red+Green+Blue) = 164+100+81=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46451 is #5B9BAE. Grayscale: #757575. Windows color (decimal): -6003631 or 5334180. OLE color: 5334180.

HSL color Cylindrical-coordinate representation of color #A46451: hue angle of 13.73º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46451 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16410081-
CMYK00.390.510.36
HSL13.73º33.88%48.04%-
HSV(B)13.73º50.61%64.31%-
XYZ21.3517.610.06-
YUV116.97107.7161.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=47.54%
G=28.99%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641008100.390.510.3613.7333.8848.04
HexA464510273324e2230
Octal2441441210476344164260
Binary101001001100100101000101001111100111001001110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46451; }

 p { color: rgb(164,100,81); }

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

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

 a { background-color: rgb(164,100,81); }

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

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

 span { border-color: rgb(164,100,81); }

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