#A66E50

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

Shades of Sante Fe #A66E50

Tints of Sante Fe #A66E50

Color information

#A66E50 (or 0xA66E50) is unknown color: approx Sante Fe. HEX triplet: A6, 6E and 50. RGB value is (166,110,80). Sum of RGB (Red+Green+Blue) = 166+110+80=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E50 is #5991AF. Grayscale: #7B7B7B. Windows color (decimal): -5870000 or 5271206. OLE color: 5271206.

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

Color convert

RGB16611080-
CMYK00.340.520.35
HSL20.93º34.96%48.24%-
HSV(B)20.93º51.81%65.1%-
XYZ22.7519.8410.22-
YUV123.32103.55158.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=46.63%
G=30.90%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661108000.340.520.3520.9334.9648.24
HexA66E500223423152330
Octal2461561200426443254360
Binary1010011011011101010000010001011010010001110101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E50; }

 p { color: rgb(166,110,80); }

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

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

 a { background-color: rgb(166,110,80); }

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

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

 span { border-color: rgb(166,110,80); }

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