Html Css Color HEX #AC583F Tuscany

📋 copy color: '#AC583F'

red 172 ◦ green 88 ◦ blue 63

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

Shades of Tuscany #AC583F

Tints of Tuscany #AC583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 53.25%
G = 27.24%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC583F (or 0xAC583F) is known color: Tuscany. HEX triplet: AC, 58 and 3F. RGB value is (172,88,63). Sum of RGB (Red+Green+Blue) = 172+88+63=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583F is #53A7C0. Grayscale: #6E6E6E. Windows color (decimal): -5482433 or 4151468. OLE color: 4151468.

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

Color convert

RGB 172 88 63 -
CMYK 0 0.49 0.63 0.33
HSL 13.76º 0.46% 0.46% -
HSV(B) 13.76º 0.63% 0.67% -
XYZ 21.4 16.11 6.68 -
YUV 110.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 172 88 63 0 0.49 0.63 0.33 13.76 0.46 0.46
Hex AC 58 3F 0 31 3F 21 E 2E 2E
Octal 254 130 77 0 61 77 41 16 56 56
Binary 10101100 1011000 111111 0 110001 111111 100001 1110 101110 101110

Color Harmonies of #AC583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC583F

Black with #AC583F

Text Example


Text Example

White with #AC583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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