Html Css Color HEX #AC5C42 Tuscany

📋 copy color: '#AC5C42'

red 172 ◦ green 92 ◦ blue 66

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

Shades of Tuscany #AC5C42

Tints of Tuscany #AC5C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 52.12%
G = 27.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5C42 (or 0xAC5C42) is known color: Tuscany. HEX triplet: AC, 5C and 42. RGB value is (172,92,66). Sum of RGB (Red+Green+Blue) = 172+92+66=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C42 is #53A3BD. Grayscale: #717171. Windows color (decimal): -5481406 or 4349100. OLE color: 4349100.

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

Color convert

RGB 172 92 66 -
CMYK 0 0.47 0.62 0.33
HSL 14.72º 0.45% 0.47% -
HSV(B) 14.72º 0.62% 0.67% -
XYZ 21.82 16.82 7.25 -
YUV 112.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 172 92 66 0 0.47 0.62 0.33 14.72 0.45 0.47
Hex AC 5C 42 0 2F 3E 21 F 2D 2F
Octal 254 134 102 0 57 76 41 17 55 57
Binary 10101100 1011100 1000010 0 101111 111110 100001 1111 101101 101111

Color Harmonies of #AC5C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C42

Black with #AC5C42

Text Example


Text Example

White with #AC5C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C42; }

 p { color: rgb(172,92,66); }

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

background-color css

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

 a { background-color: rgb(172,92,66); }

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

border-color css

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

 span { border-color: rgb(172,92,66); }

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