Html Css Color HEX #AC643F Tuscany

📋 copy color: '#AC643F'

red 172 ◦ green 100 ◦ blue 63

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

Shades of Tuscany #AC643F

Tints of Tuscany #AC643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 51.34%
G = 29.85%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC643F (or 0xAC643F) is known color: Tuscany. HEX triplet: AC, 64 and 3F. RGB value is (172,100,63). Sum of RGB (Red+Green+Blue) = 172+100+63=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC643F is #539BC0. Grayscale: #757575. Windows color (decimal): -5479361 or 4154540. OLE color: 4154540.

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

Color convert

RGB 172 100 63 -
CMYK 0 0.42 0.63 0.33
HSL 20.37º 0.46% 0.46% -
HSV(B) 20.37º 0.63% 0.67% -
XYZ 22.47 18.24 7.04 -
YUV 117.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 172 100 63 0 0.42 0.63 0.33 20.37 0.46 0.46
Hex AC 64 3F 0 2A 3F 21 14 2E 2E
Octal 254 144 77 0 52 77 41 24 56 56
Binary 10101100 1100100 111111 0 101010 111111 100001 10100 101110 101110

Color Harmonies of #AC643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC643F

Black with #AC643F

Text Example


Text Example

White with #AC643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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