Html Css Color HEX #AC6628 Mai Tai

📋 copy color: '#AC6628'

red 172 ◦ green 102 ◦ blue 40

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

Shades of Mai Tai #AC6628

Tints of Mai Tai #AC6628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 54.78%
G = 32.48%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC6628 (or 0xAC6628) is known color: Mai Tai. HEX triplet: AC, 66 and 28. RGB value is (172,102,40). Sum of RGB (Red+Green+Blue) = 172+102+40=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6628 is #5399D7. Grayscale: #747474. Windows color (decimal): -5478872 or 2647724. OLE color: 2647724.

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

Color convert

RGB 172 102 40 -
CMYK 0 0.41 0.77 0.33
HSL 28.18º 0.62% 0.42% -
HSV(B) 28.18º 0.77% 0.67% -
XYZ 22.15 18.43 4.4 -
YUV 115.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 172 102 40 0 0.41 0.77 0.33 28.18 0.62 0.42
Hex AC 66 28 0 29 4D 21 1C 3E 2A
Octal 254 146 50 0 51 115 41 34 76 52
Binary 10101100 1100110 101000 0 101001 1001101 100001 11100 111110 101010

Color Harmonies of #AC6628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6628

Black with #AC6628

Text Example


Text Example

White with #AC6628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6628; }

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

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

background-color css

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

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

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

border-color css

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

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

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