Html Css Color HEX #AC5E38 Tuscany

📋 copy color: '#AC5E38'

red 172 ◦ green 94 ◦ blue 56

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

Shades of Tuscany #AC5E38

Tints of Tuscany #AC5E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 53.42%
G = 29.19%
B = 17.39%

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

#AC5E38 (or 0xAC5E38) is known color: Tuscany. HEX triplet: AC, 5E and 38. RGB value is (172,94,56). Sum of RGB (Red+Green+Blue) = 172+94+56=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E38 is #53A1C7. Grayscale: #717171. Windows color (decimal): -5480904 or 3694252. OLE color: 3694252.

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

Color convert

RGB 172 94 56 -
CMYK 0 0.45 0.67 0.33
HSL 19.66º 0.51% 0.45% -
HSV(B) 19.66º 0.67% 0.67% -
XYZ 21.73 17.06 5.89 -
YUV 112.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 172 94 56 0 0.45 0.67 0.33 19.66 0.51 0.45
Hex AC 5E 38 0 2D 43 21 14 33 2D
Octal 254 136 70 0 55 103 41 24 63 55
Binary 10101100 1011110 111000 0 101101 1000011 100001 10100 110011 101101

Color Harmonies of #AC5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E38

Black with #AC5E38

Text Example


Text Example

White with #AC5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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