Html Css Color HEX #A66040 Tuscany

📋 copy color: '#A66040'

red 166 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #A66040

Tints of Tuscany #A66040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 50.92%
G = 29.45%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A66040 (or 0xA66040) is known color: Tuscany. HEX triplet: A6, 60 and 40. RGB value is (166,96,64). Sum of RGB (Red+Green+Blue) = 166+96+64=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A66040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66040 is #599FBF. Grayscale: #717171. Windows color (decimal): -5873600 or 4219046. OLE color: 4219046.

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

Color convert

RGB 166 96 64 -
CMYK 0 0.42 0.61 0.35
HSL 18.82º 0.44% 0.45% -
HSV(B) 18.82º 0.61% 0.65% -
XYZ 20.83 16.84 7 -
YUV 113.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 166 96 64 0 0.42 0.61 0.35 18.82 0.44 0.45
Hex A6 60 40 0 2A 3D 23 13 2C 2D
Octal 246 140 100 0 52 75 43 23 54 55
Binary 10100110 1100000 1000000 0 101010 111101 100011 10011 101100 101101

Color Harmonies of #A66040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66040

Black with #A66040

Text Example


Text Example

White with #A66040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66040; }

 p { color: rgb(166,96,64); }

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

background-color css

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

 a { background-color: rgb(166,96,64); }

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

border-color css

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

 span { border-color: rgb(166,96,64); }

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