Html Css Color HEX #AC603F Tuscany

📋 copy color: '#AC603F'

red 172 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #AC603F

Tints of Tuscany #AC603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 51.96%
G = 29%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC603F (or 0xAC603F) is known color: Tuscany. HEX triplet: AC, 60 and 3F. RGB value is (172,96,63). Sum of RGB (Red+Green+Blue) = 172+96+63=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC603F is #539FC0. Grayscale: #737373. Windows color (decimal): -5480385 or 4153516. OLE color: 4153516.

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

Color convert

RGB 172 96 63 -
CMYK 0 0.44 0.63 0.33
HSL 18.17º 0.46% 0.46% -
HSV(B) 18.17º 0.63% 0.67% -
XYZ 22.09 17.5 6.92 -
YUV 114.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 172 96 63 0 0.44 0.63 0.33 18.17 0.46 0.46
Hex AC 60 3F 0 2C 3F 21 12 2E 2E
Octal 254 140 77 0 54 77 41 22 56 56
Binary 10101100 1100000 111111 0 101100 111111 100001 10010 101110 101110

Color Harmonies of #AC603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC603F

Black with #AC603F

Text Example


Text Example

White with #AC603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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