Html Css Color HEX #AC6420 Mai Tai

📋 copy color: '#AC6420'

red 172 ◦ green 100 ◦ blue 32

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

Shades of Mai Tai #AC6420

Tints of Mai Tai #AC6420

RGB

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

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

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

R = 56.58%
G = 32.89%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC6420 (or 0xAC6420) is known color: Mai Tai. HEX triplet: AC, 64 and 20. RGB value is (172,100,32). Sum of RGB (Red+Green+Blue) = 172+100+32=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6420 is #539BDF. Grayscale: #727272. Windows color (decimal): -5479392 or 2122924. OLE color: 2122924.

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

Color convert

RGB 172 100 32 -
CMYK 0 0.42 0.81 0.33
HSL 29.14º 0.69% 0.4% -
HSV(B) 29.14º 0.81% 0.67% -
XYZ 21.83 17.99 3.69 -
YUV 113.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 172 100 32 0 0.42 0.81 0.33 29.14 0.69 0.4
Hex AC 64 20 0 2A 51 21 1D 45 28
Octal 254 144 40 0 52 121 41 35 105 50
Binary 10101100 1100100 100000 0 101010 1010001 100001 11101 1000101 101000

Color Harmonies of #AC6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6420

Black with #AC6420

Text Example


Text Example

White with #AC6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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