Html Css Color HEX #A66845 Tuscany

📋 copy color: '#A66845'

red 166 ◦ green 104 ◦ blue 69

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

Shades of Tuscany #A66845

Tints of Tuscany #A66845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 48.97%
G = 30.68%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66845 (or 0xA66845) is known color: Tuscany. HEX triplet: A6, 68 and 45. RGB value is (166,104,69). Sum of RGB (Red+Green+Blue) = 166+104+69=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A66845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66845 is #5997BA. Grayscale: #767676. Windows color (decimal): -5871547 or 4548774. OLE color: 4548774.

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

Color convert

RGB 166 104 69 -
CMYK 0 0.37 0.58 0.35
HSL 21.65º 0.41% 0.46% -
HSV(B) 21.65º 0.58% 0.65% -
XYZ 21.75 18.44 8.04 -
YUV 118.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 166 104 69 0 0.37 0.58 0.35 21.65 0.41 0.46
Hex A6 68 45 0 25 3A 23 16 29 2E
Octal 246 150 105 0 45 72 43 26 51 56
Binary 10100110 1101000 1000101 0 100101 111010 100011 10110 101001 101110

Color Harmonies of #A66845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66845

Black with #A66845

Text Example


Text Example

White with #A66845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66845; }

 p { color: rgb(166,104,69); }

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

background-color css

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

 a { background-color: rgb(166,104,69); }

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

border-color css

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

 span { border-color: rgb(166,104,69); }

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