Html Css Color HEX #AC6846 Tuscany

📋 copy color: '#AC6846'

red 172 ◦ green 104 ◦ blue 70

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

Shades of Tuscany #AC6846

Tints of Tuscany #AC6846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 49.71%
G = 30.06%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6846 (or 0xAC6846) is known color: Tuscany. HEX triplet: AC, 68 and 46. RGB value is (172,104,70). Sum of RGB (Red+Green+Blue) = 172+104+70=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6846 is #5397B9. Grayscale: #787878. Windows color (decimal): -5478330 or 4614316. OLE color: 4614316.

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

Color convert

RGB 172 104 70 -
CMYK 0 0.40 0.59 0.33
HSL 20º 0.42% 0.47% -
HSV(B) 20º 0.59% 0.67% -
XYZ 23.07 19.11 8.27 -
YUV 120.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 172 104 70 0 0.40 0.59 0.33 20 0.42 0.47
Hex AC 68 46 0 28 3B 21 14 2A 2F
Octal 254 150 106 0 50 73 41 24 52 57
Binary 10101100 1101000 1000110 0 101000 111011 100001 10100 101010 101111

Color Harmonies of #AC6846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6846

Black with #AC6846

Text Example


Text Example

White with #AC6846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6846; }

 p { color: rgb(172,104,70); }

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

background-color css

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

 a { background-color: rgb(172,104,70); }

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

border-color css

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

 span { border-color: rgb(172,104,70); }

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