#A46F49

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

Shades of Sante Fe #A46F49

Tints of Sante Fe #A46F49

Color information

#A46F49 (or 0xA46F49) is unknown color: approx Sante Fe. HEX triplet: A4, 6F and 49. RGB value is (164,111,73). Sum of RGB (Red+Green+Blue) = 164+111+73=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F49 is #5B90B6. Grayscale: #7A7A7A. Windows color (decimal): -6000823 or 4812708. OLE color: 4812708.

HSL color Cylindrical-coordinate representation of color #A46F49: hue angle of 25.05º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46F49 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16411173-
CMYK00.320.550.36
HSL25.05º38.4%46.47%-
HSV(B)25.05º55.49%64.31%-
XYZ22.219.748.94-
YUV122.52100.06157.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=47.13%
G=31.90%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641117300.320.550.3625.0538.446.47
HexA46F49020372419262e
Octal2441571110406744314656
Binary1010010011011111001001010000011011110010011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F49; }

 p { color: rgb(164,111,73); }

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

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

 a { background-color: rgb(164,111,73); }

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

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

 span { border-color: rgb(164,111,73); }

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