Html Css Color HEX #AC5D3C Tuscany

📋 copy color: '#AC5D3C'

red 172 ◦ green 93 ◦ blue 60

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

Shades of Tuscany #AC5D3C

Tints of Tuscany #AC5D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 52.92%
G = 28.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC5D3C (or 0xAC5D3C) is known color: Tuscany. HEX triplet: AC, 5D and 3C. RGB value is (172,93,60). Sum of RGB (Red+Green+Blue) = 172+93+60=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D3C is #53A2C3. Grayscale: #717171. Windows color (decimal): -5481156 or 3956140. OLE color: 3956140.

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

Color convert

RGB 172 93 60 -
CMYK 0 0.46 0.65 0.33
HSL 17.68º 0.48% 0.45% -
HSV(B) 17.68º 0.65% 0.67% -
XYZ 21.74 16.93 6.4 -
YUV 112.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 172 93 60 0 0.46 0.65 0.33 17.68 0.48 0.45
Hex AC 5D 3C 0 2E 41 21 12 30 2D
Octal 254 135 74 0 56 101 41 22 60 55
Binary 10101100 1011101 111100 0 101110 1000001 100001 10010 110000 101101

Color Harmonies of #AC5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D3C

Black with #AC5D3C

Text Example


Text Example

White with #AC5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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