Html Css Color HEX #A66546 Tuscany

📋 copy color: '#A66546'

red 166 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #A66546

Tints of Tuscany #A66546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 49.26%
G = 29.97%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66546 (or 0xA66546) is known color: Tuscany. HEX triplet: A6, 65 and 46. RGB value is (166,101,70). Sum of RGB (Red+Green+Blue) = 166+101+70=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66546 is #599AB9. Grayscale: #757575. Windows color (decimal): -5872314 or 4613542. OLE color: 4613542.

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

Color convert

RGB 166 101 70 -
CMYK 0 0.39 0.58 0.35
HSL 19.38º 0.41% 0.46% -
HSV(B) 19.38º 0.58% 0.65% -
XYZ 21.49 17.86 8.11 -
YUV 116.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 166 101 70 0 0.39 0.58 0.35 19.38 0.41 0.46
Hex A6 65 46 0 27 3A 23 13 29 2E
Octal 246 145 106 0 47 72 43 23 51 56
Binary 10100110 1100101 1000110 0 100111 111010 100011 10011 101001 101110

Color Harmonies of #A66546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66546

Black with #A66546

Text Example


Text Example

White with #A66546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66546; }

 p { color: rgb(166,101,70); }

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

background-color css

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

 a { background-color: rgb(166,101,70); }

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

border-color css

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

 span { border-color: rgb(166,101,70); }

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