Html Css Color HEX #AC6845 Tuscany

📋 copy color: '#AC6845'

red 172 ◦ green 104 ◦ blue 69

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

Shades of Tuscany #AC6845

Tints of Tuscany #AC6845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20%

R = 49.86%
G = 30.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6845 (or 0xAC6845) is known color: Tuscany. HEX triplet: AC, 68 and 45. RGB value is (172,104,69). Sum of RGB (Red+Green+Blue) = 172+104+69=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6845 is #5397BA. Grayscale: #787878. Windows color (decimal): -5478331 or 4548780. OLE color: 4548780.

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

Color convert

RGB 172 104 69 -
CMYK 0 0.40 0.60 0.33
HSL 20.39º 0.43% 0.47% -
HSV(B) 20.39º 0.6% 0.67% -
XYZ 23.04 19.1 8.1 -
YUV 120.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 172 104 69 0 0.40 0.60 0.33 20.39 0.43 0.47
Hex AC 68 45 0 28 3C 21 14 2B 2F
Octal 254 150 105 0 50 74 41 24 53 57
Binary 10101100 1101000 1000101 0 101000 111100 100001 10100 101011 101111

Color Harmonies of #AC6845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6845

Black with #AC6845

Text Example


Text Example

White with #AC6845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6845; }

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

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

background-color css

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

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

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

border-color css

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

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

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