Html Css Color HEX #AC6422 Mai Tai

📋 copy color: '#AC6422'

red 172 ◦ green 100 ◦ blue 34

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

Shades of Mai Tai #AC6422

Tints of Mai Tai #AC6422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 56.21%
G = 32.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC6422 (or 0xAC6422) is known color: Mai Tai. HEX triplet: AC, 64 and 22. RGB value is (172,100,34). Sum of RGB (Red+Green+Blue) = 172+100+34=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6422 is #539BDD. Grayscale: #727272. Windows color (decimal): -5479390 or 2253996. OLE color: 2253996.

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

Color convert

RGB 172 100 34 -
CMYK 0 0.42 0.80 0.33
HSL 28.7º 0.67% 0.4% -
HSV(B) 28.7º 0.8% 0.67% -
XYZ 21.86 18 3.84 -
YUV 114 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 172 100 34 0 0.42 0.80 0.33 28.7 0.67 0.4
Hex AC 64 22 0 2A 50 21 1D 43 28
Octal 254 144 42 0 52 120 41 35 103 50
Binary 10101100 1100100 100010 0 101010 1010000 100001 11101 1000011 101000

Color Harmonies of #AC6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6422

Black with #AC6422

Text Example


Text Example

White with #AC6422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6422; }

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

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

background-color css

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

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

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

border-color css

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

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

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