Html Css Color HEX #AC6441 Tuscany

📋 copy color: '#AC6441'

red 172 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #AC6441

Tints of Tuscany #AC6441

RGB

 RED value IS 172 (67.58% from 255) = 51.04%

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

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

R = 51.04%
G = 29.67%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6441 (or 0xAC6441) is known color: Tuscany. HEX triplet: AC, 64 and 41. RGB value is (172,100,65). Sum of RGB (Red+Green+Blue) = 172+100+65=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6441 is #539BBE. Grayscale: #757575. Windows color (decimal): -5479359 or 4285612. OLE color: 4285612.

HSL color Cylindrical-coordinate representation of color #AC6441: hue angle of 19.63º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC6441 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 65 -
CMYK 0 0.42 0.62 0.33
HSL 19.63º 0.45% 0.46% -
HSV(B) 19.63º 0.62% 0.67% -
XYZ 22.52 18.27 7.34 -
YUV 117.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 172 100 65 0 0.42 0.62 0.33 19.63 0.45 0.46
Hex AC 64 41 0 2A 3E 21 14 2D 2E
Octal 254 144 101 0 52 76 41 24 55 56
Binary 10101100 1100100 1000001 0 101010 111110 100001 10100 101101 101110

Color Harmonies of #AC6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6441

Black with #AC6441

Text Example


Text Example

White with #AC6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6441; }

 p { color: rgb(172,100,65); }

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

background-color css

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

 a { background-color: rgb(172,100,65); }

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

border-color css

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

 span { border-color: rgb(172,100,65); }

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