Html Css Color HEX #AC623F Tuscany

📋 copy color: '#AC623F'

red 172 ◦ green 98 ◦ blue 63

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

Shades of Tuscany #AC623F

Tints of Tuscany #AC623F

RGB

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

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

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

R = 51.65%
G = 29.43%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC623F (or 0xAC623F) is known color: Tuscany. HEX triplet: AC, 62 and 3F. RGB value is (172,98,63). Sum of RGB (Red+Green+Blue) = 172+98+63=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623F is #539DC0. Grayscale: #747474. Windows color (decimal): -5479873 or 4154028. OLE color: 4154028.

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

Color convert

RGB 172 98 63 -
CMYK 0 0.43 0.63 0.33
HSL 19.27º 0.46% 0.46% -
HSV(B) 19.27º 0.63% 0.67% -
XYZ 22.28 17.86 6.98 -
YUV 116.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 172 98 63 0 0.43 0.63 0.33 19.27 0.46 0.46
Hex AC 62 3F 0 2B 3F 21 13 2E 2E
Octal 254 142 77 0 53 77 41 23 56 56
Binary 10101100 1100010 111111 0 101011 111111 100001 10011 101110 101110

Color Harmonies of #AC623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC623F

Black with #AC623F

Text Example


Text Example

White with #AC623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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