Html Css Color HEX #AC6647 Tuscany

📋 copy color: '#AC6647'

red 172 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #AC6647

Tints of Tuscany #AC6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 49.86%
G = 29.57%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6647 (or 0xAC6647) is known color: Tuscany. HEX triplet: AC, 66 and 47. RGB value is (172,102,71). Sum of RGB (Red+Green+Blue) = 172+102+71=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6647 is #5399B8. Grayscale: #777777. Windows color (decimal): -5478841 or 4679340. OLE color: 4679340.

HSL color Cylindrical-coordinate representation of color #AC6647: hue angle of 18.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC6647 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 71 -
CMYK 0 0.41 0.59 0.33
HSL 18.42º 0.42% 0.48% -
HSV(B) 18.42º 0.59% 0.67% -
XYZ 22.9 18.73 8.37 -
YUV 119.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 172 102 71 0 0.41 0.59 0.33 18.42 0.42 0.48
Hex AC 66 47 0 29 3B 21 12 2A 30
Octal 254 146 107 0 51 73 41 22 52 60
Binary 10101100 1100110 1000111 0 101001 111011 100001 10010 101010 110000

Color Harmonies of #AC6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6647

Black with #AC6647

Text Example


Text Example

White with #AC6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6647; }

 p { color: rgb(172,102,71); }

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

background-color css

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

 a { background-color: rgb(172,102,71); }

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

border-color css

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

 span { border-color: rgb(172,102,71); }

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