Html Css Color HEX #AC6728 Mai Tai

📋 copy color: '#AC6728'

red 172 ◦ green 103 ◦ blue 40

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

Shades of Mai Tai #AC6728

Tints of Mai Tai #AC6728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

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

R = 54.6%
G = 32.7%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC6728 (or 0xAC6728) is known color: Mai Tai. HEX triplet: AC, 67 and 28. RGB value is (172,103,40). Sum of RGB (Red+Green+Blue) = 172+103+40=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6728 is #5398D7. Grayscale: #747474. Windows color (decimal): -5478616 or 2647980. OLE color: 2647980.

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

Color convert

RGB 172 103 40 -
CMYK 0 0.40 0.77 0.33
HSL 28.64º 0.62% 0.42% -
HSV(B) 28.64º 0.77% 0.67% -
XYZ 22.25 18.62 4.43 -
YUV 116.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 172 103 40 0 0.40 0.77 0.33 28.64 0.62 0.42
Hex AC 67 28 0 28 4D 21 1D 3E 2A
Octal 254 147 50 0 50 115 41 35 76 52
Binary 10101100 1100111 101000 0 101000 1001101 100001 11101 111110 101010

Color Harmonies of #AC6728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6728

Black with #AC6728

Text Example


Text Example

White with #AC6728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6728; }

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

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

background-color css

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

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

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

border-color css

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

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

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