Html Css Color HEX #AC5D3F Tuscany

📋 copy color: '#AC5D3F'

red 172 ◦ green 93 ◦ blue 63

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

Shades of Tuscany #AC5D3F

Tints of Tuscany #AC5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 52.44%
G = 28.35%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5D3F (or 0xAC5D3F) is known color: Tuscany. HEX triplet: AC, 5D and 3F. RGB value is (172,93,63). Sum of RGB (Red+Green+Blue) = 172+93+63=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D3F is #53A2C0. Grayscale: #717171. Windows color (decimal): -5481153 or 4152748. OLE color: 4152748.

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

Color convert

RGB 172 93 63 -
CMYK 0 0.46 0.63 0.33
HSL 16.51º 0.46% 0.46% -
HSV(B) 16.51º 0.63% 0.67% -
XYZ 21.82 16.96 6.83 -
YUV 113.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 172 93 63 0 0.46 0.63 0.33 16.51 0.46 0.46
Hex AC 5D 3F 0 2E 3F 21 11 2E 2E
Octal 254 135 77 0 56 77 41 21 56 56
Binary 10101100 1011101 111111 0 101110 111111 100001 10001 101110 101110

Color Harmonies of #AC5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D3F

Black with #AC5D3F

Text Example


Text Example

White with #AC5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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