Html Css Color HEX #AC6041 Tuscany

📋 copy color: '#AC6041'

red 172 ◦ green 96 ◦ blue 65

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

Shades of Tuscany #AC6041

Tints of Tuscany #AC6041

RGB

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

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

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

R = 51.65%
G = 28.83%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6041 (or 0xAC6041) is known color: Tuscany. HEX triplet: AC, 60 and 41. RGB value is (172,96,65). Sum of RGB (Red+Green+Blue) = 172+96+65=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6041 is #539FBE. Grayscale: #737373. Windows color (decimal): -5480383 or 4284588. OLE color: 4284588.

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

Color convert

RGB 172 96 65 -
CMYK 0 0.44 0.62 0.33
HSL 17.38º 0.45% 0.46% -
HSV(B) 17.38º 0.62% 0.67% -
XYZ 22.15 17.52 7.21 -
YUV 115.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 172 96 65 0 0.44 0.62 0.33 17.38 0.45 0.46
Hex AC 60 41 0 2C 3E 21 11 2D 2E
Octal 254 140 101 0 54 76 41 21 55 56
Binary 10101100 1100000 1000001 0 101100 111110 100001 10001 101101 101110

Color Harmonies of #AC6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6041

Black with #AC6041

Text Example


Text Example

White with #AC6041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6041; }

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

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

background-color css

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

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

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

border-color css

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

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

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