Html Css Color HEX #AC6120 Mai Tai

📋 copy color: '#AC6120'

red 172 ◦ green 97 ◦ blue 32

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

Shades of Mai Tai #AC6120

Tints of Mai Tai #AC6120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 57.14%
G = 32.23%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC6120 (or 0xAC6120) is known color: Mai Tai. HEX triplet: AC, 61 and 20. RGB value is (172,97,32). Sum of RGB (Red+Green+Blue) = 172+97+32=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6120 is #539EDF. Grayscale: #707070. Windows color (decimal): -5480160 or 2122156. OLE color: 2122156.

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

Color convert

RGB 172 97 32 -
CMYK 0 0.44 0.81 0.33
HSL 27.86º 0.69% 0.4% -
HSV(B) 27.86º 0.81% 0.67% -
XYZ 21.55 17.42 3.59 -
YUV 112.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 172 97 32 0 0.44 0.81 0.33 27.86 0.69 0.4
Hex AC 61 20 0 2C 51 21 1C 45 28
Octal 254 141 40 0 54 121 41 34 105 50
Binary 10101100 1100001 100000 0 101100 1010001 100001 11100 1000101 101000

Color Harmonies of #AC6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6120

Black with #AC6120

Text Example


Text Example

White with #AC6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6120; }

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

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

background-color css

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

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

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

border-color css

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

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

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