Html Css Color HEX #AC5E46 Tuscany

📋 copy color: '#AC5E46'

red 172 ◦ green 94 ◦ blue 70

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

Shades of Tuscany #AC5E46

Tints of Tuscany #AC5E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 51.19%
G = 27.98%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC5E46 (or 0xAC5E46) is known color: Tuscany. HEX triplet: AC, 5E and 46. RGB value is (172,94,70). Sum of RGB (Red+Green+Blue) = 172+94+70=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E46 is #53A1B9. Grayscale: #727272. Windows color (decimal): -5480890 or 4611756. OLE color: 4611756.

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

Color convert

RGB 172 94 70 -
CMYK 0 0.45 0.59 0.33
HSL 14.12º 0.42% 0.47% -
HSV(B) 14.12º 0.59% 0.67% -
XYZ 22.12 17.22 7.95 -
YUV 114.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 172 94 70 0 0.45 0.59 0.33 14.12 0.42 0.47
Hex AC 5E 46 0 2D 3B 21 E 2A 2F
Octal 254 136 106 0 55 73 41 16 52 57
Binary 10101100 1011110 1000110 0 101101 111011 100001 1110 101010 101111

Color Harmonies of #AC5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E46

Black with #AC5E46

Text Example


Text Example

White with #AC5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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