Html Css Color HEX #AC643D Tuscany

📋 copy color: '#AC643D'

red 172 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #AC643D

Tints of Tuscany #AC643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 51.65%
G = 30.03%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC643D (or 0xAC643D) is known color: Tuscany. HEX triplet: AC, 64 and 3D. RGB value is (172,100,61). Sum of RGB (Red+Green+Blue) = 172+100+61=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC643D is #539BC2. Grayscale: #757575. Windows color (decimal): -5479363 or 4023468. OLE color: 4023468.

HSL color Cylindrical-coordinate representation of color #AC643D: hue angle of 21.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC643D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 61 -
CMYK 0 0.42 0.65 0.33
HSL 21.08º 0.48% 0.46% -
HSV(B) 21.08º 0.65% 0.67% -
XYZ 22.41 18.22 6.75 -
YUV 117.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 172 100 61 0 0.42 0.65 0.33 21.08 0.48 0.46
Hex AC 64 3D 0 2A 41 21 15 30 2E
Octal 254 144 75 0 52 101 41 25 60 56
Binary 10101100 1100100 111101 0 101010 1000001 100001 10101 110000 101110

Color Harmonies of #AC643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC643D

Black with #AC643D

Text Example


Text Example

White with #AC643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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