Html Css Color HEX #AC5C46 Tuscany

📋 copy color: '#AC5C46'

red 172 ◦ green 92 ◦ blue 70

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

Shades of Tuscany #AC5C46

Tints of Tuscany #AC5C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 51.5%
G = 27.54%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC5C46 (or 0xAC5C46) is known color: Tuscany. HEX triplet: AC, 5C and 46. RGB value is (172,92,70). Sum of RGB (Red+Green+Blue) = 172+92+70=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C46 is #53A3B9. Grayscale: #717171. Windows color (decimal): -5481402 or 4611244. OLE color: 4611244.

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

Color convert

RGB 172 92 70 -
CMYK 0 0.47 0.59 0.33
HSL 12.94º 0.42% 0.47% -
HSV(B) 12.94º 0.59% 0.67% -
XYZ 21.95 16.87 7.89 -
YUV 113.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 172 92 70 0 0.47 0.59 0.33 12.94 0.42 0.47
Hex AC 5C 46 0 2F 3B 21 D 2A 2F
Octal 254 134 106 0 57 73 41 15 52 57
Binary 10101100 1011100 1000110 0 101111 111011 100001 1101 101010 101111

Color Harmonies of #AC5C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C46

Black with #AC5C46

Text Example


Text Example

White with #AC5C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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