#A66743

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

Shades of Tuscany #A66743

Tints of Tuscany #A66743

Color information

#A66743 (or 0xA66743) is unknown color: approx Tuscany. HEX triplet: A6, 67 and 43. RGB value is (166,103,67). Sum of RGB (Red+Green+Blue) = 166+103+67=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66743 is #5998BC. Grayscale: #757575. Windows color (decimal): -5871805 or 4417446. OLE color: 4417446.

HSL color Cylindrical-coordinate representation of color #A66743: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A66743 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16610367-
CMYK00.380.600.35
HSL21.82º42.49%45.69%-
HSV(B)21.82º59.64%65.1%-
XYZ21.5918.217.69-
YUV117.7399.37162.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=49.40%
G=30.65%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661036700.380.600.3521.8242.4945.69
HexA667430263C23162a2e
Octal2461471030467443265256
Binary1010011011001111000011010011011110010001110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66743; }

 p { color: rgb(166,103,67); }

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

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

 a { background-color: rgb(166,103,67); }

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

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

 span { border-color: rgb(166,103,67); }

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