Html Css Color HEX #A66044 Tuscany

📋 copy color: '#A66044'

red 166 ◦ green 96 ◦ blue 68

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

Shades of Tuscany #A66044

Tints of Tuscany #A66044

RGB

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

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

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

R = 50.3%
G = 29.09%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A66044 (or 0xA66044) is known color: Tuscany. HEX triplet: A6, 60 and 44. RGB value is (166,96,68). Sum of RGB (Red+Green+Blue) = 166+96+68=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A66044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66044 is #599FBB. Grayscale: #717171. Windows color (decimal): -5873596 or 4481190. OLE color: 4481190.

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

Color convert

RGB 166 96 68 -
CMYK 0 0.42 0.59 0.35
HSL 17.14º 0.42% 0.46% -
HSV(B) 17.14º 0.59% 0.65% -
XYZ 20.95 16.89 7.62 -
YUV 113.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 166 96 68 0 0.42 0.59 0.35 17.14 0.42 0.46
Hex A6 60 44 0 2A 3B 23 11 2A 2E
Octal 246 140 104 0 52 73 43 21 52 56
Binary 10100110 1100000 1000100 0 101010 111011 100011 10001 101010 101110

Color Harmonies of #A66044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66044

Black with #A66044

Text Example


Text Example

White with #A66044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66044; }

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

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

background-color css

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

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

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

border-color css

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

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

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