Html Css Color HEX #AC6131 Mai Tai

📋 copy color: '#AC6131'

red 172 ◦ green 97 ◦ blue 49

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

Shades of Mai Tai #AC6131

Tints of Mai Tai #AC6131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 54.09%
G = 30.5%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC6131 (or 0xAC6131) is known color: Mai Tai. HEX triplet: AC, 61 and 31. RGB value is (172,97,49). Sum of RGB (Red+Green+Blue) = 172+97+49=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6131 is #539ECE. Grayscale: #727272. Windows color (decimal): -5480143 or 3236268. OLE color: 3236268.

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

Color convert

RGB 172 97 49 -
CMYK 0 0.44 0.72 0.33
HSL 23.41º 0.56% 0.43% -
HSV(B) 23.41º 0.72% 0.67% -
XYZ 21.84 17.54 5.14 -
YUV 113.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 172 97 49 0 0.44 0.72 0.33 23.41 0.56 0.43
Hex AC 61 31 0 2C 48 21 17 38 2B
Octal 254 141 61 0 54 110 41 27 70 53
Binary 10101100 1100001 110001 0 101100 1001000 100001 10111 111000 101011

Color Harmonies of #AC6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6131

Black with #AC6131

Text Example


Text Example

White with #AC6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6131; }

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

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

background-color css

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

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

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

border-color css

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

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

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