Html Css Color HEX #AC6428 Mai Tai

📋 copy color: '#AC6428'

red 172 ◦ green 100 ◦ blue 40

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

Shades of Mai Tai #AC6428

Tints of Mai Tai #AC6428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 55.13%
G = 32.05%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC6428 (or 0xAC6428) is known color: Mai Tai. HEX triplet: AC, 64 and 28. RGB value is (172,100,40). Sum of RGB (Red+Green+Blue) = 172+100+40=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6428 is #539BD7. Grayscale: #737373. Windows color (decimal): -5479384 or 2647212. OLE color: 2647212.

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

Color convert

RGB 172 100 40 -
CMYK 0 0.42 0.77 0.33
HSL 27.27º 0.62% 0.42% -
HSV(B) 27.27º 0.77% 0.67% -
XYZ 21.95 18.04 4.33 -
YUV 114.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 172 100 40 0 0.42 0.77 0.33 27.27 0.62 0.42
Hex AC 64 28 0 2A 4D 21 1B 3E 2A
Octal 254 144 50 0 52 115 41 33 76 52
Binary 10101100 1100100 101000 0 101010 1001101 100001 11011 111110 101010

Color Harmonies of #AC6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6428

Black with #AC6428

Text Example


Text Example

White with #AC6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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