Html Css Color HEX #AC6241 Tuscany

📋 copy color: '#AC6241'

red 172 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #AC6241

Tints of Tuscany #AC6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 51.34%
G = 29.25%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6241 (or 0xAC6241) is known color: Tuscany. HEX triplet: AC, 62 and 41. RGB value is (172,98,65). Sum of RGB (Red+Green+Blue) = 172+98+65=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6241 is #539DBE. Grayscale: #747474. Windows color (decimal): -5479871 or 4285100. OLE color: 4285100.

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

Color convert

RGB 172 98 65 -
CMYK 0 0.43 0.62 0.33
HSL 18.5º 0.45% 0.46% -
HSV(B) 18.5º 0.62% 0.67% -
XYZ 22.34 17.89 7.28 -
YUV 116.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 172 98 65 0 0.43 0.62 0.33 18.5 0.45 0.46
Hex AC 62 41 0 2B 3E 21 13 2D 2E
Octal 254 142 101 0 53 76 41 23 55 56
Binary 10101100 1100010 1000001 0 101011 111110 100001 10011 101101 101110

Color Harmonies of #AC6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6241

Black with #AC6241

Text Example


Text Example

White with #AC6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6241; }

 p { color: rgb(172,98,65); }

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

background-color css

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

 a { background-color: rgb(172,98,65); }

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

border-color css

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

 span { border-color: rgb(172,98,65); }

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