#A6664E

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

Shades of Sante Fe #A6664E

Tints of Sante Fe #A6664E

Color information

#A6664E (or 0xA6664E) is unknown color: approx Sante Fe. HEX triplet: A6, 66 and 4E. RGB value is (166,102,78). Sum of RGB (Red+Green+Blue) = 166+102+78=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6664E is #5999B1. Grayscale: #767676. Windows color (decimal): -5872050 or 5138086. OLE color: 5138086.

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

Color convert

RGB16610278-
CMYK00.390.530.35
HSL16.36º36.07%47.84%-
HSV(B)16.36º53.01%65.1%-
XYZ21.8518.169.56-
YUV118.4105.2161.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=47.98%
G=29.48%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661027800.390.530.3516.3636.0747.84
HexA6664E0273523102430
Octal2461461160476543204460
Binary1010011011001101001110010011111010110001110000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6664E; }

 p { color: rgb(166,102,78); }

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

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

 a { background-color: rgb(166,102,78); }

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

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

 span { border-color: rgb(166,102,78); }

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