Html Css Color HEX #AC6643 Tuscany

📋 copy color: '#AC6643'

red 172 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #AC6643

Tints of Tuscany #AC6643

RGB

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

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

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

R = 50.44%
G = 29.91%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC6643 (or 0xAC6643) is known color: Tuscany. HEX triplet: AC, 66 and 43. RGB value is (172,102,67). Sum of RGB (Red+Green+Blue) = 172+102+67=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6643 is #5399BC. Grayscale: #777777. Windows color (decimal): -5478845 or 4417196. OLE color: 4417196.

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

Color convert

RGB 172 102 67 -
CMYK 0 0.41 0.61 0.33
HSL 20º 0.44% 0.47% -
HSV(B) 20º 0.61% 0.67% -
XYZ 22.78 18.68 7.72 -
YUV 118.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 172 102 67 0 0.41 0.61 0.33 20 0.44 0.47
Hex AC 66 43 0 29 3D 21 14 2C 2F
Octal 254 146 103 0 51 75 41 24 54 57
Binary 10101100 1100110 1000011 0 101001 111101 100001 10100 101100 101111

Color Harmonies of #AC6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6643

Black with #AC6643

Text Example


Text Example

White with #AC6643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6643; }

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

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

background-color css

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

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

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

border-color css

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

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

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