Html Css Color HEX #AC6947 Tuscany

📋 copy color: '#AC6947'

red 172 ◦ green 105 ◦ blue 71

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

Shades of Tuscany #AC6947

Tints of Tuscany #AC6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 49.43%
G = 30.17%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6947 (or 0xAC6947) is known color: Tuscany. HEX triplet: AC, 69 and 47. RGB value is (172,105,71). Sum of RGB (Red+Green+Blue) = 172+105+71=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6947 is #5396B8. Grayscale: #797979. Windows color (decimal): -5478073 or 4680108. OLE color: 4680108.

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

Color convert

RGB 172 105 71 -
CMYK 0 0.39 0.59 0.33
HSL 20.2º 0.42% 0.48% -
HSV(B) 20.2º 0.59% 0.67% -
XYZ 23.2 19.33 8.47 -
YUV 121.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 172 105 71 0 0.39 0.59 0.33 20.2 0.42 0.48
Hex AC 69 47 0 27 3B 21 14 2A 30
Octal 254 151 107 0 47 73 41 24 52 60
Binary 10101100 1101001 1000111 0 100111 111011 100001 10100 101010 110000

Color Harmonies of #AC6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6947

Black with #AC6947

Text Example


Text Example

White with #AC6947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6947; }

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

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

background-color css

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

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

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

border-color css

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

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

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