Html Css Color HEX #AC5E48 Tuscany

📋 copy color: '#AC5E48'

red 172 ◦ green 94 ◦ blue 72

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

Shades of Tuscany #AC5E48

Tints of Tuscany #AC5E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 50.89%
G = 27.81%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC5E48 (or 0xAC5E48) is known color: Tuscany. HEX triplet: AC, 5E and 48. RGB value is (172,94,72). Sum of RGB (Red+Green+Blue) = 172+94+72=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E48 is #53A1B7. Grayscale: #727272. Windows color (decimal): -5480888 or 4742828. OLE color: 4742828.

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

Color convert

RGB 172 94 72 -
CMYK 0 0.45 0.58 0.33
HSL 13.2º 0.41% 0.48% -
HSV(B) 13.2º 0.58% 0.67% -
XYZ 22.19 17.24 8.29 -
YUV 114.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 172 94 72 0 0.45 0.58 0.33 13.2 0.41 0.48
Hex AC 5E 48 0 2D 3A 21 D 29 30
Octal 254 136 110 0 55 72 41 15 51 60
Binary 10101100 1011110 1001000 0 101101 111010 100001 1101 101001 110000

Color Harmonies of #AC5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E48

Black with #AC5E48

Text Example


Text Example

White with #AC5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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