Html Css Color HEX #AC6049 Tuscany

📋 copy color: '#AC6049'

red 172 ◦ green 96 ◦ blue 73

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

Shades of Tuscany #AC6049

Tints of Tuscany #AC6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 50.44%
G = 28.15%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6049 (or 0xAC6049) is known color: Tuscany. HEX triplet: AC, 60 and 49. RGB value is (172,96,73). Sum of RGB (Red+Green+Blue) = 172+96+73=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6049 is #539FB6. Grayscale: #747474. Windows color (decimal): -5480375 or 4808876. OLE color: 4808876.

HSL color Cylindrical-coordinate representation of color #AC6049: hue angle of 13.94º degrees, saturation: 0.4, 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 #AC6049 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 73 -
CMYK 0 0.44 0.58 0.33
HSL 13.94º 0.4% 0.48% -
HSV(B) 13.94º 0.58% 0.67% -
XYZ 22.4 17.62 8.52 -
YUV 116.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 172 96 73 0 0.44 0.58 0.33 13.94 0.4 0.48
Hex AC 60 49 0 2C 3A 21 E 28 30
Octal 254 140 111 0 54 72 41 16 50 60
Binary 10101100 1100000 1001001 0 101100 111010 100001 1110 101000 110000

Color Harmonies of #AC6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6049

Black with #AC6049

Text Example


Text Example

White with #AC6049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6049; }

 p { color: rgb(172,96,73); }

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

background-color css

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

 a { background-color: rgb(172,96,73); }

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

border-color css

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

 span { border-color: rgb(172,96,73); }

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