Html Css Color HEX #AC6040 Tuscany

📋 copy color: '#AC6040'

red 172 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #AC6040

Tints of Tuscany #AC6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 51.81%
G = 28.92%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6040 (or 0xAC6040) is known color: Tuscany. HEX triplet: AC, 60 and 40. RGB value is (172,96,64). Sum of RGB (Red+Green+Blue) = 172+96+64=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6040 is #539FBF. Grayscale: #737373. Windows color (decimal): -5480384 or 4219052. OLE color: 4219052.

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

Color convert

RGB 172 96 64 -
CMYK 0 0.44 0.63 0.33
HSL 17.78º 0.46% 0.46% -
HSV(B) 17.78º 0.63% 0.67% -
XYZ 22.12 17.51 7.06 -
YUV 115.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 172 96 64 0 0.44 0.63 0.33 17.78 0.46 0.46
Hex AC 60 40 0 2C 3F 21 12 2E 2E
Octal 254 140 100 0 54 77 41 22 56 56
Binary 10101100 1100000 1000000 0 101100 111111 100001 10010 101110 101110

Color Harmonies of #AC6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6040

Black with #AC6040

Text Example


Text Example

White with #AC6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6040; }

 p { color: rgb(172,96,64); }

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

background-color css

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

 a { background-color: rgb(172,96,64); }

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

border-color css

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

 span { border-color: rgb(172,96,64); }

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