Html Css Color HEX #AC612C Mai Tai

📋 copy color: '#AC612C'

red 172 ◦ green 97 ◦ blue 44

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

Shades of Mai Tai #AC612C

Tints of Mai Tai #AC612C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 54.95%
G = 30.99%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC612C (or 0xAC612C) is known color: Mai Tai. HEX triplet: AC, 61 and 2C. RGB value is (172,97,44). Sum of RGB (Red+Green+Blue) = 172+97+44=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC612C is #539ED3. Grayscale: #717171. Windows color (decimal): -5480148 or 2908588. OLE color: 2908588.

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

Color convert

RGB 172 97 44 -
CMYK 0 0.44 0.74 0.33
HSL 24.84º 0.59% 0.42% -
HSV(B) 24.84º 0.74% 0.67% -
XYZ 21.74 17.5 4.62 -
YUV 113.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 172 97 44 0 0.44 0.74 0.33 24.84 0.59 0.42
Hex AC 61 2C 0 2C 4A 21 19 3B 2A
Octal 254 141 54 0 54 112 41 31 73 52
Binary 10101100 1100001 101100 0 101100 1001010 100001 11001 111011 101010

Color Harmonies of #AC612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC612C

Black with #AC612C

Text Example


Text Example

White with #AC612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC612C; }

 p { color: rgb(172,97,44); }

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

background-color css

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

 a { background-color: rgb(172,97,44); }

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

border-color css

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

 span { border-color: rgb(172,97,44); }

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