Html Css Color HEX #AC6143 Tuscany

📋 copy color: '#AC6143'

red 172 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #AC6143

Tints of Tuscany #AC6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 51.19%
G = 28.87%
B = 19.94%

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

#AC6143 (or 0xAC6143) is known color: Tuscany. HEX triplet: AC, 61 and 43. RGB value is (172,97,67). Sum of RGB (Red+Green+Blue) = 172+97+67=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6143 is #539EBC. Grayscale: #747474. Windows color (decimal): -5480125 or 4415916. OLE color: 4415916.

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

Color convert

RGB 172 97 67 -
CMYK 0 0.44 0.61 0.33
HSL 17.14º 0.44% 0.47% -
HSV(B) 17.14º 0.61% 0.67% -
XYZ 22.3 17.73 7.56 -
YUV 116.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 172 97 67 0 0.44 0.61 0.33 17.14 0.44 0.47
Hex AC 61 43 0 2C 3D 21 11 2C 2F
Octal 254 141 103 0 54 75 41 21 54 57
Binary 10101100 1100001 1000011 0 101100 111101 100001 10001 101100 101111

Color Harmonies of #AC6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6143

Black with #AC6143

Text Example


Text Example

White with #AC6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6143; }

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

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

background-color css

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

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

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

border-color css

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

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

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