#A6664A

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

Shades of Sante Fe #A6664A

Tints of Sante Fe #A6664A

Color information

#A6664A (or 0xA6664A) is unknown color: approx Sante Fe. HEX triplet: A6, 66 and 4A. RGB value is (166,102,74). Sum of RGB (Red+Green+Blue) = 166+102+74=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6664A is #5999B5. Grayscale: #767676. Windows color (decimal): -5872054 or 4875942. OLE color: 4875942.

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

Color convert

RGB16610274-
CMYK00.390.550.35
HSL18.26º38.33%47.06%-
HSV(B)18.26º55.42%65.1%-
XYZ21.7118.18.83-
YUV117.94103.2162.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=48.54%
G=29.82%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661027400.390.550.3518.2638.3347.06
HexA6664A027372312262f
Octal2461461120476743224657
Binary1010011011001101001010010011111011110001110010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6664A; }

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

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

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

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

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

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

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

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