Html Css Color HEX #A66444 Tuscany

📋 copy color: '#A66444'

red 166 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #A66444

Tints of Tuscany #A66444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 49.7%
G = 29.94%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A66444 (or 0xA66444) is known color: Tuscany. HEX triplet: A6, 64 and 44. RGB value is (166,100,68). Sum of RGB (Red+Green+Blue) = 166+100+68=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66444 is #599BBB. Grayscale: #747474. Windows color (decimal): -5872572 or 4482214. OLE color: 4482214.

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

Color convert

RGB 166 100 68 -
CMYK 0 0.40 0.59 0.35
HSL 19.59º 0.42% 0.46% -
HSV(B) 19.59º 0.59% 0.65% -
XYZ 21.33 17.64 7.75 -
YUV 116.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 166 100 68 0 0.40 0.59 0.35 19.59 0.42 0.46
Hex A6 64 44 0 28 3B 23 14 2A 2E
Octal 246 144 104 0 50 73 43 24 52 56
Binary 10100110 1100100 1000100 0 101000 111011 100011 10100 101010 101110

Color Harmonies of #A66444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66444

Black with #A66444

Text Example


Text Example

White with #A66444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66444; }

 p { color: rgb(166,100,68); }

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

background-color css

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

 a { background-color: rgb(166,100,68); }

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

border-color css

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

 span { border-color: rgb(166,100,68); }

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