Html Css Color HEX #A66441 Tuscany

📋 copy color: '#A66441'

red 166 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #A66441

Tints of Tuscany #A66441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 50.15%
G = 30.21%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A66441 (or 0xA66441) is known color: Tuscany. HEX triplet: A6, 64 and 41. RGB value is (166,100,65). Sum of RGB (Red+Green+Blue) = 166+100+65=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A66441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66441 is #599BBE. Grayscale: #737373. Windows color (decimal): -5872575 or 4285606. OLE color: 4285606.

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

Color convert

RGB 166 100 65 -
CMYK 0 0.40 0.61 0.35
HSL 20.79º 0.44% 0.45% -
HSV(B) 20.79º 0.61% 0.65% -
XYZ 21.24 17.6 7.28 -
YUV 115.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 166 100 65 0 0.40 0.61 0.35 20.79 0.44 0.45
Hex A6 64 41 0 28 3D 23 15 2C 2D
Octal 246 144 101 0 50 75 43 25 54 55
Binary 10100110 1100100 1000001 0 101000 111101 100011 10101 101100 101101

Color Harmonies of #A66441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66441

Black with #A66441

Text Example


Text Example

White with #A66441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66441; }

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

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

background-color css

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

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

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

border-color css

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

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

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