Html Css Color HEX #AC603D Tuscany

📋 copy color: '#AC603D'

red 172 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AC603D

Tints of Tuscany #AC603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 52.28%
G = 29.18%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC603D (or 0xAC603D) is known color: Tuscany. HEX triplet: AC, 60 and 3D. RGB value is (172,96,61). Sum of RGB (Red+Green+Blue) = 172+96+61=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC603D is #539FC2. Grayscale: #727272. Windows color (decimal): -5480387 or 4022444. OLE color: 4022444.

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

Color convert

RGB 172 96 61 -
CMYK 0 0.44 0.65 0.33
HSL 18.92º 0.48% 0.46% -
HSV(B) 18.92º 0.65% 0.67% -
XYZ 22.04 17.47 6.63 -
YUV 114.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 172 96 61 0 0.44 0.65 0.33 18.92 0.48 0.46
Hex AC 60 3D 0 2C 41 21 13 30 2E
Octal 254 140 75 0 54 101 41 23 60 56
Binary 10101100 1100000 111101 0 101100 1000001 100001 10011 110000 101110

Color Harmonies of #AC603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC603D

Black with #AC603D

Text Example


Text Example

White with #AC603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC603D; }

 p { color: rgb(172,96,61); }

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

background-color css

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

 a { background-color: rgb(172,96,61); }

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

border-color css

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

 span { border-color: rgb(172,96,61); }

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