#A6614C

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

Shades of Sante Fe #A6614C

Tints of Sante Fe #A6614C

Color information

#A6614C (or 0xA6614C) is unknown color: approx Sante Fe. HEX triplet: A6, 61 and 4C. RGB value is (166,97,76). Sum of RGB (Red+Green+Blue) = 166+97+76=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6614C is #599EB3. Grayscale: #737373. Windows color (decimal): -5873332 or 5005734. OLE color: 5005734.

HSL color Cylindrical-coordinate representation of color #A6614C: hue angle of 14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6614C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1669776-
CMYK00.420.540.35
HSL14º37.19%47.45%-
HSV(B)14º54.22%65.1%-
XYZ21.3117.189.03-
YUV115.24105.86164.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=48.97%
G=28.61%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166977600.420.540.351437.1947.45
HexA6614C02A3623e252f
Octal2461411140526643164557
Binary101001101100001100110001010101101101000111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6614C; }

 p { color: rgb(166,97,76); }

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

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

 a { background-color: rgb(166,97,76); }

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

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

 span { border-color: rgb(166,97,76); }

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