#A66D4E

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

Shades of Sante Fe #A66D4E

Tints of Sante Fe #A66D4E

Color information

#A66D4E (or 0xA66D4E) is unknown color: approx Sante Fe. HEX triplet: A6, 6D and 4E. RGB value is (166,109,78). Sum of RGB (Red+Green+Blue) = 166+109+78=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D4E is #5992B1. Grayscale: #7A7A7A. Windows color (decimal): -5870258 or 5139878. OLE color: 5139878.

HSL color Cylindrical-coordinate representation of color #A66D4E: hue angle of 21.14º 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 #A66D4E is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16610978-
CMYK00.340.530.35
HSL21.14º36.07%47.84%-
HSV(B)21.14º53.01%65.1%-
XYZ22.5719.599.8-
YUV122.51102.88159.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=47.03%
G=30.88%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661097800.340.530.3521.1436.0747.84
HexA66D4E0223523152430
Octal2461551160426543254460
Binary1010011011011011001110010001011010110001110101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D4E; }

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

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

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

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

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

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

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

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