Html Css Color HEX #A66745 Tuscany

📋 copy color: '#A66745'

red 166 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #A66745

Tints of Tuscany #A66745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 49.11%
G = 30.47%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66745 (or 0xA66745) is known color: Tuscany. HEX triplet: A6, 67 and 45. RGB value is (166,103,69). Sum of RGB (Red+Green+Blue) = 166+103+69=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A66745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66745 is #5998BA. Grayscale: #767676. Windows color (decimal): -5871803 or 4548518. OLE color: 4548518.

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

Color convert

RGB 166 103 69 -
CMYK 0 0.38 0.58 0.35
HSL 21.03º 0.41% 0.46% -
HSV(B) 21.03º 0.58% 0.65% -
XYZ 21.65 18.24 8.01 -
YUV 117.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 166 103 69 0 0.38 0.58 0.35 21.03 0.41 0.46
Hex A6 67 45 0 26 3A 23 15 29 2E
Octal 246 147 105 0 46 72 43 25 51 56
Binary 10100110 1100111 1000101 0 100110 111010 100011 10101 101001 101110

Color Harmonies of #A66745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66745

Black with #A66745

Text Example


Text Example

White with #A66745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66745; }

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

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

background-color css

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

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

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

border-color css

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

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

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