Html Css Color HEX #AC6344 Tuscany

📋 copy color: '#AC6344'

red 172 ◦ green 99 ◦ blue 68

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

Shades of Tuscany #AC6344

Tints of Tuscany #AC6344

RGB

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

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

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

R = 50.74%
G = 29.2%
B = 20.06%

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

#AC6344 (or 0xAC6344) is known color: Tuscany. HEX triplet: AC, 63 and 44. RGB value is (172,99,68). Sum of RGB (Red+Green+Blue) = 172+99+68=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6344 is #539CBB. Grayscale: #757575. Windows color (decimal): -5479612 or 4481964. OLE color: 4481964.

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

Color convert

RGB 172 99 68 -
CMYK 0 0.42 0.60 0.33
HSL 17.88º 0.43% 0.47% -
HSV(B) 17.88º 0.6% 0.67% -
XYZ 22.52 18.11 7.78 -
YUV 117.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 172 99 68 0 0.42 0.60 0.33 17.88 0.43 0.47
Hex AC 63 44 0 2A 3C 21 12 2B 2F
Octal 254 143 104 0 52 74 41 22 53 57
Binary 10101100 1100011 1000100 0 101010 111100 100001 10010 101011 101111

Color Harmonies of #AC6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6344

Black with #AC6344

Text Example


Text Example

White with #AC6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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