Html Css Color HEX #AC5F42 Tuscany

📋 copy color: '#AC5F42'

red 172 ◦ green 95 ◦ blue 66

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

Shades of Tuscany #AC5F42

Tints of Tuscany #AC5F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 51.65%
G = 28.53%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5F42 (or 0xAC5F42) is known color: Tuscany. HEX triplet: AC, 5F and 42. RGB value is (172,95,66). Sum of RGB (Red+Green+Blue) = 172+95+66=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F42 is #53A0BD. Grayscale: #727272. Windows color (decimal): -5480638 or 4349868. OLE color: 4349868.

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

Color convert

RGB 172 95 66 -
CMYK 0 0.45 0.62 0.33
HSL 16.42º 0.45% 0.47% -
HSV(B) 16.42º 0.62% 0.67% -
XYZ 22.09 17.35 7.34 -
YUV 114.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 172 95 66 0 0.45 0.62 0.33 16.42 0.45 0.47
Hex AC 5F 42 0 2D 3E 21 10 2D 2F
Octal 254 137 102 0 55 76 41 20 55 57
Binary 10101100 1011111 1000010 0 101101 111110 100001 10000 101101 101111

Color Harmonies of #AC5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F42

Black with #AC5F42

Text Example


Text Example

White with #AC5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F42; }

 p { color: rgb(172,95,66); }

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

background-color css

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

 a { background-color: rgb(172,95,66); }

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

border-color css

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

 span { border-color: rgb(172,95,66); }

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