Html Css Color HEX #AC5C40 Tuscany

📋 copy color: '#AC5C40'

red 172 ◦ green 92 ◦ blue 64

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

Shades of Tuscany #AC5C40

Tints of Tuscany #AC5C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 52.44%
G = 28.05%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5C40 (or 0xAC5C40) is known color: Tuscany. HEX triplet: AC, 5C and 40. RGB value is (172,92,64). Sum of RGB (Red+Green+Blue) = 172+92+64=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C40 is #53A3BF. Grayscale: #707070. Windows color (decimal): -5481408 or 4218028. OLE color: 4218028.

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

Color convert

RGB 172 92 64 -
CMYK 0 0.47 0.63 0.33
HSL 15.56º 0.46% 0.46% -
HSV(B) 15.56º 0.63% 0.67% -
XYZ 21.77 16.8 6.95 -
YUV 112.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 172 92 64 0 0.47 0.63 0.33 15.56 0.46 0.46
Hex AC 5C 40 0 2F 3F 21 10 2E 2E
Octal 254 134 100 0 57 77 41 20 56 56
Binary 10101100 1011100 1000000 0 101111 111111 100001 10000 101110 101110

Color Harmonies of #AC5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C40

Black with #AC5C40

Text Example


Text Example

White with #AC5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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