Html Css Color HEX #AC623C Tuscany

📋 copy color: '#AC623C'

red 172 ◦ green 98 ◦ blue 60

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

Shades of Tuscany #AC623C

Tints of Tuscany #AC623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 52.12%
G = 29.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC623C (or 0xAC623C) is known color: Tuscany. HEX triplet: AC, 62 and 3C. RGB value is (172,98,60). Sum of RGB (Red+Green+Blue) = 172+98+60=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623C is #539DC3. Grayscale: #747474. Windows color (decimal): -5479876 or 3957420. OLE color: 3957420.

HSL color Cylindrical-coordinate representation of color #AC623C: hue angle of 20.36º 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 #AC623C is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 60 -
CMYK 0 0.43 0.65 0.33
HSL 20.36º 0.48% 0.45% -
HSV(B) 20.36º 0.65% 0.67% -
XYZ 22.2 17.83 6.55 -
YUV 115.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 172 98 60 0 0.43 0.65 0.33 20.36 0.48 0.45
Hex AC 62 3C 0 2B 41 21 14 30 2D
Octal 254 142 74 0 53 101 41 24 60 55
Binary 10101100 1100010 111100 0 101011 1000001 100001 10100 110000 101101

Color Harmonies of #AC623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC623C

Black with #AC623C

Text Example


Text Example

White with #AC623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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