Html Css Color HEX #AC6446 Tuscany

📋 copy color: '#AC6446'

red 172 ◦ green 100 ◦ blue 70

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

Shades of Tuscany #AC6446

Tints of Tuscany #AC6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 50.29%
G = 29.24%
B = 20.47%

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

#AC6446 (or 0xAC6446) is known color: Tuscany. HEX triplet: AC, 64 and 46. RGB value is (172,100,70). Sum of RGB (Red+Green+Blue) = 172+100+70=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6446 is #539BB9. Grayscale: #767676. Windows color (decimal): -5479354 or 4613292. OLE color: 4613292.

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

Color convert

RGB 172 100 70 -
CMYK 0 0.42 0.59 0.33
HSL 17.65º 0.42% 0.47% -
HSV(B) 17.65º 0.59% 0.67% -
XYZ 22.68 18.33 8.14 -
YUV 118.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 172 100 70 0 0.42 0.59 0.33 17.65 0.42 0.47
Hex AC 64 46 0 2A 3B 21 12 2A 2F
Octal 254 144 106 0 52 73 41 22 52 57
Binary 10101100 1100100 1000110 0 101010 111011 100001 10010 101010 101111

Color Harmonies of #AC6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6446

Black with #AC6446

Text Example


Text Example

White with #AC6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6446; }

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

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

background-color css

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

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

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

border-color css

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

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

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