Html Css Color HEX #AC6A2A Mai Tai

📋 copy color: '#AC6A2A'

red 172 ◦ green 106 ◦ blue 42

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

Shades of Mai Tai #AC6A2A

Tints of Mai Tai #AC6A2A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 53.75%
G = 33.13%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC6A2A (or 0xAC6A2A) is known color: Mai Tai. HEX triplet: AC, 6A and 2A. RGB value is (172,106,42). Sum of RGB (Red+Green+Blue) = 172+106+42=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A2A is #5395D5. Grayscale: #767676. Windows color (decimal): -5477846 or 2779820. OLE color: 2779820.

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

Color convert

RGB 172 106 42 -
CMYK 0 0.38 0.76 0.33
HSL 29.54º 0.61% 0.42% -
HSV(B) 29.54º 0.76% 0.67% -
XYZ 22.59 19.25 4.71 -
YUV 118.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 172 106 42 0 0.38 0.76 0.33 29.54 0.61 0.42
Hex AC 6A 2A 0 26 4C 21 1E 3D 2A
Octal 254 152 52 0 46 114 41 36 75 52
Binary 10101100 1101010 101010 0 100110 1001100 100001 11110 111101 101010

Color Harmonies of #AC6A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A2A

Black with #AC6A2A

Text Example


Text Example

White with #AC6A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A2A; }

 p { color: rgb(172,106,42); }

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

background-color css

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

 a { background-color: rgb(172,106,42); }

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

border-color css

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

 span { border-color: rgb(172,106,42); }

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