Html Css Color HEX #AC6346 Tuscany

📋 copy color: '#AC6346'

red 172 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #AC6346

Tints of Tuscany #AC6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 50.44%
G = 29.03%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6346 (or 0xAC6346) is known color: Tuscany. HEX triplet: AC, 63 and 46. RGB value is (172,99,70). Sum of RGB (Red+Green+Blue) = 172+99+70=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6346 is #539CB9. Grayscale: #757575. Windows color (decimal): -5479610 or 4613036. OLE color: 4613036.

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

Color convert

RGB 172 99 70 -
CMYK 0 0.42 0.59 0.33
HSL 17.06º 0.42% 0.47% -
HSV(B) 17.06º 0.59% 0.67% -
XYZ 22.58 18.14 8.1 -
YUV 117.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 172 99 70 0 0.42 0.59 0.33 17.06 0.42 0.47
Hex AC 63 46 0 2A 3B 21 11 2A 2F
Octal 254 143 106 0 52 73 41 21 52 57
Binary 10101100 1100011 1000110 0 101010 111011 100001 10001 101010 101111

Color Harmonies of #AC6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6346

Black with #AC6346

Text Example


Text Example

White with #AC6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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