Html Css Color HEX #AC5A3C Tuscany

📋 copy color: '#AC5A3C'

red 172 ◦ green 90 ◦ blue 60

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

Shades of Tuscany #AC5A3C

Tints of Tuscany #AC5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 53.42%
G = 27.95%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC5A3C (or 0xAC5A3C) is known color: Tuscany. HEX triplet: AC, 5A and 3C. RGB value is (172,90,60). Sum of RGB (Red+Green+Blue) = 172+90+60=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A3C is #53A5C3. Grayscale: #6F6F6F. Windows color (decimal): -5481924 or 3955372. OLE color: 3955372.

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

Color convert

RGB 172 90 60 -
CMYK 0 0.48 0.65 0.33
HSL 16.07º 0.48% 0.45% -
HSV(B) 16.07º 0.65% 0.67% -
XYZ 21.49 16.41 6.31 -
YUV 111.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 172 90 60 0 0.48 0.65 0.33 16.07 0.48 0.45
Hex AC 5A 3C 0 30 41 21 10 30 2D
Octal 254 132 74 0 60 101 41 20 60 55
Binary 10101100 1011010 111100 0 110000 1000001 100001 10000 110000 101101

Color Harmonies of #AC5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A3C

Black with #AC5A3C

Text Example


Text Example

White with #AC5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A3C; }

 p { color: rgb(172,90,60); }

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

background-color css

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

 a { background-color: rgb(172,90,60); }

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

border-color css

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

 span { border-color: rgb(172,90,60); }

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