Html Css Color HEX #A66346 Tuscany

📋 copy color: '#A66346'

red 166 ◦ green 99 ◦ blue 70

#A66346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #A66346

Tints of Tuscany #A66346

RGB

 RED value IS 166 (65.23% from 255) = 49.55%

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 49.55%
G = 29.55%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66346 (or 0xA66346) is known color: Tuscany. HEX triplet: A6, 63 and 46. RGB value is (166,99,70). Sum of RGB (Red+Green+Blue) = 166+99+70=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66346 is #599CB9. Grayscale: #737373. Windows color (decimal): -5872826 or 4613030. OLE color: 4613030.

HSL color Cylindrical-coordinate representation of color #A66346: hue angle of 18.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66346 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 70 -
CMYK 0 0.40 0.58 0.35
HSL 18.13º 0.41% 0.46% -
HSV(B) 18.13º 0.58% 0.65% -
XYZ 21.29 17.47 8.04 -
YUV 115.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 166 99 70 0 0.40 0.58 0.35 18.13 0.41 0.46
Hex A6 63 46 0 28 3A 23 12 29 2E
Octal 246 143 106 0 50 72 43 22 51 56
Binary 10100110 1100011 1000110 0 101000 111010 100011 10010 101001 101110

Color Harmonies of #A66346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66346

Black with #A66346

Text Example


Text Example

White with #A66346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66346; }

 p { color: rgb(166,99,70); }

 H1.HeaderClassName
 {
   color: #A66346;
 }
 .AnyTagClassName
 {
   color: #A66346;
 }
</style>

background-color css

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

 a { background-color: rgb(166,99,70); }

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

border-color css

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

 span { border-color: rgb(166,99,70); }

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