Html Css Color HEX #AC6043 Tuscany

📋 copy color: '#AC6043'

red 172 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #AC6043

Tints of Tuscany #AC6043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20%

R = 51.34%
G = 28.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC6043 (or 0xAC6043) is known color: Tuscany. HEX triplet: AC, 60 and 43. RGB value is (172,96,67). Sum of RGB (Red+Green+Blue) = 172+96+67=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6043 is #539FBC. Grayscale: #737373. Windows color (decimal): -5480381 or 4415660. OLE color: 4415660.

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

Color convert

RGB 172 96 67 -
CMYK 0 0.44 0.61 0.33
HSL 16.57º 0.44% 0.47% -
HSV(B) 16.57º 0.61% 0.67% -
XYZ 22.21 17.54 7.53 -
YUV 115.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 172 96 67 0 0.44 0.61 0.33 16.57 0.44 0.47
Hex AC 60 43 0 2C 3D 21 11 2C 2F
Octal 254 140 103 0 54 75 41 21 54 57
Binary 10101100 1100000 1000011 0 101100 111101 100001 10001 101100 101111

Color Harmonies of #AC6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6043

Black with #AC6043

Text Example


Text Example

White with #AC6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6043; }

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

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

background-color css

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

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

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

border-color css

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

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

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