Html Css Color HEX #AC6549 Tuscany

📋 copy color: '#AC6549'

red 172 ◦ green 101 ◦ blue 73

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

Shades of Tuscany #AC6549

Tints of Tuscany #AC6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 49.71%
G = 29.19%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6549 (or 0xAC6549) is known color: Tuscany. HEX triplet: AC, 65 and 49. RGB value is (172,101,73). Sum of RGB (Red+Green+Blue) = 172+101+73=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6549 is #539AB6. Grayscale: #777777. Windows color (decimal): -5479095 or 4810156. OLE color: 4810156.

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

Color convert

RGB 172 101 73 -
CMYK 0 0.41 0.58 0.33
HSL 16.97º 0.4% 0.48% -
HSV(B) 16.97º 0.58% 0.67% -
XYZ 22.87 18.56 8.68 -
YUV 119.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 172 101 73 0 0.41 0.58 0.33 16.97 0.4 0.48
Hex AC 65 49 0 29 3A 21 11 28 30
Octal 254 145 111 0 51 72 41 21 50 60
Binary 10101100 1100101 1001001 0 101001 111010 100001 10001 101000 110000

Color Harmonies of #AC6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6549

Black with #AC6549

Text Example


Text Example

White with #AC6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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