Html Css Color HEX #A66243 Tuscany

📋 copy color: '#A66243'

red 166 ◦ green 98 ◦ blue 67

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

Shades of Tuscany #A66243

Tints of Tuscany #A66243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 50.15%
G = 29.61%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A66243 (or 0xA66243) is known color: Tuscany. HEX triplet: A6, 62 and 43. RGB value is (166,98,67). Sum of RGB (Red+Green+Blue) = 166+98+67=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A66243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66243 is #599DBC. Grayscale: #727272. Windows color (decimal): -5873085 or 4416166. OLE color: 4416166.

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

Color convert

RGB 166 98 67 -
CMYK 0 0.41 0.60 0.35
HSL 18.79º 0.42% 0.46% -
HSV(B) 18.79º 0.6% 0.65% -
XYZ 21.11 17.25 7.53 -
YUV 114.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 166 98 67 0 0.41 0.60 0.35 18.79 0.42 0.46
Hex A6 62 43 0 29 3C 23 13 2A 2E
Octal 246 142 103 0 51 74 43 23 52 56
Binary 10100110 1100010 1000011 0 101001 111100 100011 10011 101010 101110

Color Harmonies of #A66243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66243

Black with #A66243

Text Example


Text Example

White with #A66243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66243; }

 p { color: rgb(166,98,67); }

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

background-color css

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

 a { background-color: rgb(166,98,67); }

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

border-color css

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

 span { border-color: rgb(166,98,67); }

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