Html Css Color HEX #AC641D Mai Tai

📋 copy color: '#AC641D'

red 172 ◦ green 100 ◦ blue 29

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

Shades of Mai Tai #AC641D

Tints of Mai Tai #AC641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 57.14%
G = 33.22%
B = 9.63%

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

#AC641D (or 0xAC641D) is known color: Mai Tai. HEX triplet: AC, 64 and 1D. RGB value is (172,100,29). Sum of RGB (Red+Green+Blue) = 172+100+29=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC641D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC641D is #539BE2. Grayscale: #717171. Windows color (decimal): -5479395 or 1926316. OLE color: 1926316.

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

Color convert

RGB 172 100 29 -
CMYK 0 0.42 0.83 0.33
HSL 29.79º 0.71% 0.39% -
HSV(B) 29.79º 0.83% 0.67% -
XYZ 21.79 17.97 3.48 -
YUV 113.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 172 100 29 0 0.42 0.83 0.33 29.79 0.71 0.39
Hex AC 64 1D 0 2A 53 21 1E 47 27
Octal 254 144 35 0 52 123 41 36 107 47
Binary 10101100 1100100 11101 0 101010 1010011 100001 11110 1000111 100111

Color Harmonies of #AC641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC641D

Black with #AC641D

Text Example


Text Example

White with #AC641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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