Html Css Color HEX #AC5E39 Tuscany

📋 copy color: '#AC5E39'

red 172 ◦ green 94 ◦ blue 57

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

Shades of Tuscany #AC5E39

Tints of Tuscany #AC5E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 53.25%
G = 29.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5E39 (or 0xAC5E39) is known color: Tuscany. HEX triplet: AC, 5E and 39. RGB value is (172,94,57). Sum of RGB (Red+Green+Blue) = 172+94+57=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E39 is #53A1C6. Grayscale: #717171. Windows color (decimal): -5480903 or 3759788. OLE color: 3759788.

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

Color convert

RGB 172 94 57 -
CMYK 0 0.45 0.67 0.33
HSL 19.3º 0.5% 0.45% -
HSV(B) 19.3º 0.67% 0.67% -
XYZ 21.75 17.07 6.02 -
YUV 113.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 172 94 57 0 0.45 0.67 0.33 19.3 0.5 0.45
Hex AC 5E 39 0 2D 43 21 13 32 2D
Octal 254 136 71 0 55 103 41 23 62 55
Binary 10101100 1011110 111001 0 101101 1000011 100001 10011 110010 101101

Color Harmonies of #AC5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E39

Black with #AC5E39

Text Example


Text Example

White with #AC5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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