Html Css Color HEX #A66541 Tuscany

📋 copy color: '#A66541'

red 166 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #A66541

Tints of Tuscany #A66541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 50%
G = 30.42%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A66541 (or 0xA66541) is known color: Tuscany. HEX triplet: A6, 65 and 41. RGB value is (166,101,65). Sum of RGB (Red+Green+Blue) = 166+101+65=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A66541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66541 is #599ABE. Grayscale: #747474. Windows color (decimal): -5872319 or 4285862. OLE color: 4285862.

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

Color convert

RGB 166 101 65 -
CMYK 0 0.39 0.61 0.35
HSL 21.39º 0.44% 0.45% -
HSV(B) 21.39º 0.61% 0.65% -
XYZ 21.33 17.8 7.31 -
YUV 116.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 166 101 65 0 0.39 0.61 0.35 21.39 0.44 0.45
Hex A6 65 41 0 27 3D 23 15 2C 2D
Octal 246 145 101 0 47 75 43 25 54 55
Binary 10100110 1100101 1000001 0 100111 111101 100011 10101 101100 101101

Color Harmonies of #A66541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66541

Black with #A66541

Text Example


Text Example

White with #A66541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66541; }

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

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

background-color css

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

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

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

border-color css

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

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

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