Html Css Color HEX #AC6746 Tuscany

📋 copy color: '#AC6746'

red 172 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #AC6746

Tints of Tuscany #AC6746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 49.86%
G = 29.86%
B = 20.29%

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

#AC6746 (or 0xAC6746) is known color: Tuscany. HEX triplet: AC, 67 and 46. RGB value is (172,103,70). Sum of RGB (Red+Green+Blue) = 172+103+70=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6746 is #5398B9. Grayscale: #787878. Windows color (decimal): -5478586 or 4614060. OLE color: 4614060.

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

Color convert

RGB 172 103 70 -
CMYK 0 0.40 0.59 0.33
HSL 19.41º 0.42% 0.47% -
HSV(B) 19.41º 0.59% 0.67% -
XYZ 22.97 18.91 8.23 -
YUV 119.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 172 103 70 0 0.40 0.59 0.33 19.41 0.42 0.47
Hex AC 67 46 0 28 3B 21 13 2A 2F
Octal 254 147 106 0 50 73 41 23 52 57
Binary 10101100 1100111 1000110 0 101000 111011 100001 10011 101010 101111

Color Harmonies of #AC6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6746

Black with #AC6746

Text Example


Text Example

White with #AC6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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