Html Css Color HEX #AC5C44 Tuscany

📋 copy color: '#AC5C44'

red 172 ◦ green 92 ◦ blue 68

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

Shades of Tuscany #AC5C44

Tints of Tuscany #AC5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 51.81%
G = 27.71%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC5C44 (or 0xAC5C44) is known color: Tuscany. HEX triplet: AC, 5C and 44. RGB value is (172,92,68). Sum of RGB (Red+Green+Blue) = 172+92+68=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C44 is #53A3BB. Grayscale: #717171. Windows color (decimal): -5481404 or 4480172. OLE color: 4480172.

HSL color Cylindrical-coordinate representation of color #AC5C44: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC5C44 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 68 -
CMYK 0 0.47 0.60 0.33
HSL 13.85º 0.43% 0.47% -
HSV(B) 13.85º 0.6% 0.67% -
XYZ 21.88 16.84 7.57 -
YUV 113.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 172 92 68 0 0.47 0.60 0.33 13.85 0.43 0.47
Hex AC 5C 44 0 2F 3C 21 E 2B 2F
Octal 254 134 104 0 57 74 41 16 53 57
Binary 10101100 1011100 1000100 0 101111 111100 100001 1110 101011 101111

Color Harmonies of #AC5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C44

Black with #AC5C44

Text Example


Text Example

White with #AC5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C44; }

 p { color: rgb(172,92,68); }

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

background-color css

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

 a { background-color: rgb(172,92,68); }

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

border-color css

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

 span { border-color: rgb(172,92,68); }

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