Html Css Color HEX #AC643E Tuscany

📋 copy color: '#AC643E'

red 172 ◦ green 100 ◦ blue 62

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

Shades of Tuscany #AC643E

Tints of Tuscany #AC643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 51.5%
G = 29.94%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC643E (or 0xAC643E) is known color: Tuscany. HEX triplet: AC, 64 and 3E. RGB value is (172,100,62). Sum of RGB (Red+Green+Blue) = 172+100+62=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC643E is #539BC1. Grayscale: #757575. Windows color (decimal): -5479362 or 4089004. OLE color: 4089004.

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

Color convert

RGB 172 100 62 -
CMYK 0 0.42 0.64 0.33
HSL 20.73º 0.47% 0.46% -
HSV(B) 20.73º 0.64% 0.67% -
XYZ 22.44 18.23 6.89 -
YUV 117.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 172 100 62 0 0.42 0.64 0.33 20.73 0.47 0.46
Hex AC 64 3E 0 2A 40 21 15 2F 2E
Octal 254 144 76 0 52 100 41 25 57 56
Binary 10101100 1100100 111110 0 101010 1000000 100001 10101 101111 101110

Color Harmonies of #AC643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC643E

Black with #AC643E

Text Example


Text Example

White with #AC643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC643E; }

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

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

background-color css

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

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

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

border-color css

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

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

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