Html Css Color HEX #AC612A Mai Tai

📋 copy color: '#AC612A'

red 172 ◦ green 97 ◦ blue 42

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

Shades of Mai Tai #AC612A

Tints of Mai Tai #AC612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 55.31%
G = 31.19%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC612A (or 0xAC612A) is known color: Mai Tai. HEX triplet: AC, 61 and 2A. RGB value is (172,97,42). Sum of RGB (Red+Green+Blue) = 172+97+42=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC612A is #539ED5. Grayscale: #717171. Windows color (decimal): -5480150 or 2777516. OLE color: 2777516.

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

Color convert

RGB 172 97 42 -
CMYK 0 0.44 0.76 0.33
HSL 25.38º 0.61% 0.42% -
HSV(B) 25.38º 0.76% 0.67% -
XYZ 21.71 17.49 4.42 -
YUV 113.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 172 97 42 0 0.44 0.76 0.33 25.38 0.61 0.42
Hex AC 61 2A 0 2C 4C 21 19 3D 2A
Octal 254 141 52 0 54 114 41 31 75 52
Binary 10101100 1100001 101010 0 101100 1001100 100001 11001 111101 101010

Color Harmonies of #AC612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC612A

Black with #AC612A

Text Example


Text Example

White with #AC612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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