Html Css Color HEX #AC5941 Tuscany

📋 copy color: '#AC5941'

red 172 ◦ green 89 ◦ blue 65

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

Shades of Tuscany #AC5941

Tints of Tuscany #AC5941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 52.76%
G = 27.3%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5941 (or 0xAC5941) is known color: Tuscany. HEX triplet: AC, 59 and 41. RGB value is (172,89,65). Sum of RGB (Red+Green+Blue) = 172+89+65=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5941 is #53A6BE. Grayscale: #6F6F6F. Windows color (decimal): -5482175 or 4282796. OLE color: 4282796.

HSL color Cylindrical-coordinate representation of color #AC5941: hue angle of 13.46º 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 #AC5941 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 65 -
CMYK 0 0.48 0.62 0.33
HSL 13.46º 0.45% 0.46% -
HSV(B) 13.46º 0.62% 0.67% -
XYZ 21.54 16.3 7.01 -
YUV 111.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 172 89 65 0 0.48 0.62 0.33 13.46 0.45 0.46
Hex AC 59 41 0 30 3E 21 D 2D 2E
Octal 254 131 101 0 60 76 41 15 55 56
Binary 10101100 1011001 1000001 0 110000 111110 100001 1101 101101 101110

Color Harmonies of #AC5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5941

Black with #AC5941

Text Example


Text Example

White with #AC5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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