Html Css Color HEX #AC593F Tuscany

📋 copy color: '#AC593F'

red 172 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #AC593F

Tints of Tuscany #AC593F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 53.09%
G = 27.47%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC593F (or 0xAC593F) is known color: Tuscany. HEX triplet: AC, 59 and 3F. RGB value is (172,89,63). Sum of RGB (Red+Green+Blue) = 172+89+63=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC593F is #53A6C0. Grayscale: #6F6F6F. Windows color (decimal): -5482177 or 4151724. OLE color: 4151724.

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

Color convert

RGB 172 89 63 -
CMYK 0 0.48 0.63 0.33
HSL 14.31º 0.46% 0.46% -
HSV(B) 14.31º 0.63% 0.67% -
XYZ 21.48 16.27 6.71 -
YUV 110.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 172 89 63 0 0.48 0.63 0.33 14.31 0.46 0.46
Hex AC 59 3F 0 30 3F 21 E 2E 2E
Octal 254 131 77 0 60 77 41 16 56 56
Binary 10101100 1011001 111111 0 110000 111111 100001 1110 101110 101110

Color Harmonies of #AC593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC593F

Black with #AC593F

Text Example


Text Example

White with #AC593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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