Html Css Color HEX #A66642 Tuscany

📋 copy color: '#A66642'

red 166 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #A66642

Tints of Tuscany #A66642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 49.7%
G = 30.54%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A66642 (or 0xA66642) is known color: Tuscany. HEX triplet: A6, 66 and 42. RGB value is (166,102,66). Sum of RGB (Red+Green+Blue) = 166+102+66=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66642 is #5999BD. Grayscale: #757575. Windows color (decimal): -5872062 or 4351654. OLE color: 4351654.

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

Color convert

RGB 166 102 66 -
CMYK 0 0.39 0.60 0.35
HSL 21.6º 0.43% 0.45% -
HSV(B) 21.6º 0.6% 0.65% -
XYZ 21.46 18 7.5 -
YUV 117.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 166 102 66 0 0.39 0.60 0.35 21.6 0.43 0.45
Hex A6 66 42 0 27 3C 23 16 2B 2D
Octal 246 146 102 0 47 74 43 26 53 55
Binary 10100110 1100110 1000010 0 100111 111100 100011 10110 101011 101101

Color Harmonies of #A66642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66642

Black with #A66642

Text Example


Text Example

White with #A66642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66642; }

 p { color: rgb(166,102,66); }

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

background-color css

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

 a { background-color: rgb(166,102,66); }

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

border-color css

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

 span { border-color: rgb(166,102,66); }

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