Html Css Color HEX #A66742 Tuscany

📋 copy color: '#A66742'

red 166 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #A66742

Tints of Tuscany #A66742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 49.55%
G = 30.75%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A66742 (or 0xA66742) is known color: Tuscany. HEX triplet: A6, 67 and 42. RGB value is (166,103,66). Sum of RGB (Red+Green+Blue) = 166+103+66=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66742 is #5998BD. Grayscale: #757575. Windows color (decimal): -5871806 or 4351910. OLE color: 4351910.

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

Color convert

RGB 166 103 66 -
CMYK 0 0.38 0.60 0.35
HSL 22.2º 0.43% 0.45% -
HSV(B) 22.2º 0.6% 0.65% -
XYZ 21.56 18.2 7.53 -
YUV 117.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 166 103 66 0 0.38 0.60 0.35 22.2 0.43 0.45
Hex A6 67 42 0 26 3C 23 16 2B 2D
Octal 246 147 102 0 46 74 43 26 53 55
Binary 10100110 1100111 1000010 0 100110 111100 100011 10110 101011 101101

Color Harmonies of #A66742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66742

Black with #A66742

Text Example


Text Example

White with #A66742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66742; }

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

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

background-color css

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

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

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

border-color css

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

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

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