Html Css Color HEX #AC6640 Tuscany

📋 copy color: '#AC6640'

red 172 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #AC6640

Tints of Tuscany #AC6640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 50.89%
G = 30.18%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6640 (or 0xAC6640) is known color: Tuscany. HEX triplet: AC, 66 and 40. RGB value is (172,102,64). Sum of RGB (Red+Green+Blue) = 172+102+64=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6640 is #5399BF. Grayscale: #767676. Windows color (decimal): -5478848 or 4220588. OLE color: 4220588.

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

Color convert

RGB 172 102 64 -
CMYK 0 0.41 0.63 0.33
HSL 21.11º 0.46% 0.46% -
HSV(B) 21.11º 0.63% 0.67% -
XYZ 22.69 18.64 7.25 -
YUV 118.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 172 102 64 0 0.41 0.63 0.33 21.11 0.46 0.46
Hex AC 66 40 0 29 3F 21 15 2E 2E
Octal 254 146 100 0 51 77 41 25 56 56
Binary 10101100 1100110 1000000 0 101001 111111 100001 10101 101110 101110

Color Harmonies of #AC6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6640

Black with #AC6640

Text Example


Text Example

White with #AC6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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