#A66E4A

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

Shades of Sante Fe #A66E4A

Tints of Sante Fe #A66E4A

Color information

#A66E4A (or 0xA66E4A) is unknown color: approx Sante Fe. HEX triplet: A6, 6E and 4A. RGB value is (166,110,74). Sum of RGB (Red+Green+Blue) = 166+110+74=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E4A is #5991B5. Grayscale: #7A7A7A. Windows color (decimal): -5870006 or 4877990. OLE color: 4877990.

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

Color convert

RGB16611074-
CMYK00.340.550.35
HSL23.48º38.33%47.06%-
HSV(B)23.48º55.42%65.1%-
XYZ22.5419.759.1-
YUV122.64100.55158.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=47.43%
G=31.43%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661107400.340.550.3523.4838.3347.06
HexA66E4A022372317262f
Octal2461561120426743274657
Binary1010011011011101001010010001011011110001110111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E4A; }

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

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

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

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

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

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

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

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