Html Css Color HEX #AC623A Tuscany

📋 copy color: '#AC623A'

red 172 ◦ green 98 ◦ blue 58

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

Shades of Tuscany #AC623A

Tints of Tuscany #AC623A

RGB

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

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

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

R = 52.44%
G = 29.88%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC623A (or 0xAC623A) is known color: Tuscany. HEX triplet: AC, 62 and 3A. RGB value is (172,98,58). Sum of RGB (Red+Green+Blue) = 172+98+58=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC623A is #539DC5. Grayscale: #737373. Windows color (decimal): -5479878 or 3826348. OLE color: 3826348.

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

Color convert

RGB 172 98 58 -
CMYK 0 0.43 0.66 0.33
HSL 21.05º 0.5% 0.45% -
HSV(B) 21.05º 0.66% 0.67% -
XYZ 22.14 17.81 6.27 -
YUV 115.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 172 98 58 0 0.43 0.66 0.33 21.05 0.5 0.45
Hex AC 62 3A 0 2B 42 21 15 32 2D
Octal 254 142 72 0 53 102 41 25 62 55
Binary 10101100 1100010 111010 0 101011 1000010 100001 10101 110010 101101

Color Harmonies of #AC623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC623A

Black with #AC623A

Text Example


Text Example

White with #AC623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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