Html Css Color HEX #AC611E Mai Tai

📋 copy color: '#AC611E'

red 172 ◦ green 97 ◦ blue 30

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

Shades of Mai Tai #AC611E

Tints of Mai Tai #AC611E

RGB

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

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

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

R = 57.53%
G = 32.44%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC611E (or 0xAC611E) is known color: Mai Tai. HEX triplet: AC, 61 and 1E. RGB value is (172,97,30). Sum of RGB (Red+Green+Blue) = 172+97+30=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC611E is #539EE1. Grayscale: #707070. Windows color (decimal): -5480162 or 1991084. OLE color: 1991084.

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

Color convert

RGB 172 97 30 -
CMYK 0 0.44 0.83 0.33
HSL 28.31º 0.7% 0.4% -
HSV(B) 28.31º 0.83% 0.67% -
XYZ 21.52 17.41 3.46 -
YUV 111.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 172 97 30 0 0.44 0.83 0.33 28.31 0.7 0.4
Hex AC 61 1E 0 2C 53 21 1C 46 28
Octal 254 141 36 0 54 123 41 34 106 50
Binary 10101100 1100001 11110 0 101100 1010011 100001 11100 1000110 101000

Color Harmonies of #AC611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC611E

Black with #AC611E

Text Example


Text Example

White with #AC611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC611E; }

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

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

background-color css

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

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

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

border-color css

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

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

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