Html Css Color HEX #A66445 Tuscany

📋 copy color: '#A66445'

red 166 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #A66445

Tints of Tuscany #A66445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 49.55%
G = 29.85%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A66445 (or 0xA66445) is known color: Tuscany. HEX triplet: A6, 64 and 45. RGB value is (166,100,69). Sum of RGB (Red+Green+Blue) = 166+100+69=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66445 is #599BBA. Grayscale: #747474. Windows color (decimal): -5872571 or 4547750. OLE color: 4547750.

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

Color convert

RGB 166 100 69 -
CMYK 0 0.40 0.58 0.35
HSL 19.18º 0.41% 0.46% -
HSV(B) 19.18º 0.58% 0.65% -
XYZ 21.36 17.65 7.91 -
YUV 116.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 166 100 69 0 0.40 0.58 0.35 19.18 0.41 0.46
Hex A6 64 45 0 28 3A 23 13 29 2E
Octal 246 144 105 0 50 72 43 23 51 56
Binary 10100110 1100100 1000101 0 101000 111010 100011 10011 101001 101110

Color Harmonies of #A66445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66445

Black with #A66445

Text Example


Text Example

White with #A66445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66445; }

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

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

background-color css

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

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

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

border-color css

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

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

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