Html Css Color HEX #AC6044 Tuscany

📋 copy color: '#AC6044'

red 172 ◦ green 96 ◦ blue 68

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

Shades of Tuscany #AC6044

Tints of Tuscany #AC6044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 51.19%
G = 28.57%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6044 (or 0xAC6044) is known color: Tuscany. HEX triplet: AC, 60 and 44. RGB value is (172,96,68). Sum of RGB (Red+Green+Blue) = 172+96+68=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6044 is #539FBB. Grayscale: #737373. Windows color (decimal): -5480380 or 4481196. OLE color: 4481196.

HSL color Cylindrical-coordinate representation of color #AC6044: hue angle of 16.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6044 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 68 -
CMYK 0 0.44 0.60 0.33
HSL 16.15º 0.43% 0.47% -
HSV(B) 16.15º 0.6% 0.67% -
XYZ 22.24 17.55 7.68 -
YUV 115.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 172 96 68 0 0.44 0.60 0.33 16.15 0.43 0.47
Hex AC 60 44 0 2C 3C 21 10 2B 2F
Octal 254 140 104 0 54 74 41 20 53 57
Binary 10101100 1100000 1000100 0 101100 111100 100001 10000 101011 101111

Color Harmonies of #AC6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6044

Black with #AC6044

Text Example


Text Example

White with #AC6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6044; }

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

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

background-color css

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

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

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

border-color css

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

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

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