Html Css Color HEX #AC644A Tuscany

📋 copy color: '#AC644A'

red 172 ◦ green 100 ◦ blue 74

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

Shades of Tuscany #AC644A

Tints of Tuscany #AC644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 49.71%
G = 28.9%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC644A (or 0xAC644A) is known color: Tuscany. HEX triplet: AC, 64 and 4A. RGB value is (172,100,74). Sum of RGB (Red+Green+Blue) = 172+100+74=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC644A is #539BB5. Grayscale: #767676. Windows color (decimal): -5479350 or 4875436. OLE color: 4875436.

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

Color convert

RGB 172 100 74 -
CMYK 0 0.42 0.57 0.33
HSL 15.92º 0.4% 0.48% -
HSV(B) 15.92º 0.57% 0.67% -
XYZ 22.81 18.38 8.82 -
YUV 118.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 172 100 74 0 0.42 0.57 0.33 15.92 0.4 0.48
Hex AC 64 4A 0 2A 39 21 10 28 30
Octal 254 144 112 0 52 71 41 20 50 60
Binary 10101100 1100100 1001010 0 101010 111001 100001 10000 101000 110000

Color Harmonies of #AC644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC644A

Black with #AC644A

Text Example


Text Example

White with #AC644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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