Html Css Color HEX #AC603A Tuscany

📋 copy color: '#AC603A'

red 172 ◦ green 96 ◦ blue 58

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

Shades of Tuscany #AC603A

Tints of Tuscany #AC603A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 52.76%
G = 29.45%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC603A (or 0xAC603A) is known color: Tuscany. HEX triplet: AC, 60 and 3A. RGB value is (172,96,58). Sum of RGB (Red+Green+Blue) = 172+96+58=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC603A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC603A is #539FC5. Grayscale: #727272. Windows color (decimal): -5480390 or 3825836. OLE color: 3825836.

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

Color convert

RGB 172 96 58 -
CMYK 0 0.44 0.66 0.33
HSL 20º 0.5% 0.45% -
HSV(B) 20º 0.66% 0.67% -
XYZ 21.96 17.44 6.21 -
YUV 114.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 172 96 58 0 0.44 0.66 0.33 20 0.5 0.45
Hex AC 60 3A 0 2C 42 21 14 32 2D
Octal 254 140 72 0 54 102 41 24 62 55
Binary 10101100 1100000 111010 0 101100 1000010 100001 10100 110010 101101

Color Harmonies of #AC603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC603A

Black with #AC603A

Text Example


Text Example

White with #AC603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC603A; }

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

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

background-color css

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

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

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

border-color css

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

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

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