Html Css Color HEX #AC6443 Tuscany

📋 copy color: '#AC6443'

red 172 ◦ green 100 ◦ blue 67

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

Shades of Tuscany #AC6443

Tints of Tuscany #AC6443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 50.74%
G = 29.5%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC6443 (or 0xAC6443) is known color: Tuscany. HEX triplet: AC, 64 and 43. RGB value is (172,100,67). Sum of RGB (Red+Green+Blue) = 172+100+67=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6443 is #539BBC. Grayscale: #757575. Windows color (decimal): -5479357 or 4416684. OLE color: 4416684.

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

Color convert

RGB 172 100 67 -
CMYK 0 0.42 0.61 0.33
HSL 18.86º 0.44% 0.47% -
HSV(B) 18.86º 0.61% 0.67% -
XYZ 22.58 18.29 7.65 -
YUV 117.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 172 100 67 0 0.42 0.61 0.33 18.86 0.44 0.47
Hex AC 64 43 0 2A 3D 21 13 2C 2F
Octal 254 144 103 0 52 75 41 23 54 57
Binary 10101100 1100100 1000011 0 101010 111101 100001 10011 101100 101111

Color Harmonies of #AC6443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6443

Black with #AC6443

Text Example


Text Example

White with #AC6443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6443; }

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

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

background-color css

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

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

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

border-color css

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

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

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