Html Css Color HEX #AC6444 Tuscany

📋 copy color: '#AC6444'

red 172 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #AC6444

Tints of Tuscany #AC6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 50.59%
G = 29.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6444 (or 0xAC6444) is known color: Tuscany. HEX triplet: AC, 64 and 44. RGB value is (172,100,68). Sum of RGB (Red+Green+Blue) = 172+100+68=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6444 is #539BBB. Grayscale: #767676. Windows color (decimal): -5479356 or 4482220. OLE color: 4482220.

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

Color convert

RGB 172 100 68 -
CMYK 0 0.42 0.60 0.33
HSL 18.46º 0.43% 0.47% -
HSV(B) 18.46º 0.6% 0.67% -
XYZ 22.61 18.3 7.81 -
YUV 117.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 172 100 68 0 0.42 0.60 0.33 18.46 0.43 0.47
Hex AC 64 44 0 2A 3C 21 12 2B 2F
Octal 254 144 104 0 52 74 41 22 53 57
Binary 10101100 1100100 1000100 0 101010 111100 100001 10010 101011 101111

Color Harmonies of #AC6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6444

Black with #AC6444

Text Example


Text Example

White with #AC6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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