#A66E4D

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

Shades of Sante Fe #A66E4D

Tints of Sante Fe #A66E4D

Color information

#A66E4D (or 0xA66E4D) is unknown color: approx Sante Fe. HEX triplet: A6, 6E and 4D. RGB value is (166,110,77). Sum of RGB (Red+Green+Blue) = 166+110+77=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E4D is #5991B2. Grayscale: #7B7B7B. Windows color (decimal): -5870003 or 5074598. OLE color: 5074598.

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

Color convert

RGB16611077-
CMYK00.340.540.35
HSL22.25º36.63%47.65%-
HSV(B)22.25º53.61%65.1%-
XYZ22.6419.799.65-
YUV122.98102.05158.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=47.03%
G=31.16%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661107700.340.540.3522.2536.6347.65
HexA66E4D0223623162530
Octal2461561150426643264560
Binary1010011011011101001101010001011011010001110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E4D; }

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

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

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

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

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

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

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

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