Html Css Color HEX #AC641E Mai Tai

📋 copy color: '#AC641E'

red 172 ◦ green 100 ◦ blue 30

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

Shades of Mai Tai #AC641E

Tints of Mai Tai #AC641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 56.95%
G = 33.11%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC641E (or 0xAC641E) is known color: Mai Tai. HEX triplet: AC, 64 and 1E. RGB value is (172,100,30). Sum of RGB (Red+Green+Blue) = 172+100+30=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC641E is #539BE1. Grayscale: #717171. Windows color (decimal): -5479394 or 1991852. OLE color: 1991852.

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

Color convert

RGB 172 100 30 -
CMYK 0 0.42 0.83 0.33
HSL 29.58º 0.7% 0.4% -
HSV(B) 29.58º 0.83% 0.67% -
XYZ 21.8 17.98 3.55 -
YUV 113.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 172 100 30 0 0.42 0.83 0.33 29.58 0.7 0.4
Hex AC 64 1E 0 2A 53 21 1E 46 28
Octal 254 144 36 0 52 123 41 36 106 50
Binary 10101100 1100100 11110 0 101010 1010011 100001 11110 1000110 101000

Color Harmonies of #AC641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC641E

Black with #AC641E

Text Example


Text Example

White with #AC641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC641E; }

 p { color: rgb(172,100,30); }

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

background-color css

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

 a { background-color: rgb(172,100,30); }

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

border-color css

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

 span { border-color: rgb(172,100,30); }

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