#A46D56

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

Shades of Sante Fe #A46D56

Tints of Sante Fe #A46D56

Color information

#A46D56 (or 0xA46D56) is unknown color: approx Sante Fe. HEX triplet: A4, 6D and 56. RGB value is (164,109,86). Sum of RGB (Red+Green+Blue) = 164+109+86=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D56 is #5B92A9. Grayscale: #7A7A7A. Windows color (decimal): -6001322 or 5664164. OLE color: 5664164.

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

Color convert

RGB16410986-
CMYK00.340.480.36
HSL17.69º31.2%49.02%-
HSV(B)17.69º47.56%64.31%-
XYZ22.4619.511.38-
YUV122.82107.22157.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=45.68%
G=30.36%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641098600.340.480.3617.6931.249.02
HexA46D560223024121f31
Octal2441551260426044223761
Binary101001001101101101011001000101100001001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D56; }

 p { color: rgb(164,109,86); }

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

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

 a { background-color: rgb(164,109,86); }

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

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

 span { border-color: rgb(164,109,86); }

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