#A46C4E

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

Shades of Sante Fe #A46C4E

Tints of Sante Fe #A46C4E

Color information

#A46C4E (or 0xA46C4E) is unknown color: approx Sante Fe. HEX triplet: A4, 6C and 4E. RGB value is (164,108,78). Sum of RGB (Red+Green+Blue) = 164+108+78=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C4E is #5B93B1. Grayscale: #797979. Windows color (decimal): -6001586 or 5139620. OLE color: 5139620.

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

Color convert

RGB16410878-
CMYK00.340.520.36
HSL20.93º35.54%47.45%-
HSV(B)20.93º52.44%64.31%-
XYZ22.0519.179.75-
YUV121.32103.55158.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=46.86%
G=30.86%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641087800.340.520.3620.9335.5447.45
HexA46C4E022342415242f
Octal2441541160426444254457
Binary1010010011011001001110010001011010010010010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C4E; }

 p { color: rgb(164,108,78); }

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

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

 a { background-color: rgb(164,108,78); }

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

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

 span { border-color: rgb(164,108,78); }

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