Html Css Color HEX #AC682E Mai Tai

📋 copy color: '#AC682E'

red 172 ◦ green 104 ◦ blue 46

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

Shades of Mai Tai #AC682E

Tints of Mai Tai #AC682E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 53.42%
G = 32.3%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC682E (or 0xAC682E) is known color: Mai Tai. HEX triplet: AC, 68 and 2E. RGB value is (172,104,46). Sum of RGB (Red+Green+Blue) = 172+104+46=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC682E is #5397D1. Grayscale: #767676. Windows color (decimal): -5478354 or 3041452. OLE color: 3041452.

HSL color Cylindrical-coordinate representation of color #AC682E: hue angle of 27.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC682E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 46 -
CMYK 0 0.40 0.73 0.33
HSL 27.62º 0.58% 0.43% -
HSV(B) 27.62º 0.73% 0.67% -
XYZ 22.46 18.87 5.04 -
YUV 117.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 172 104 46 0 0.40 0.73 0.33 27.62 0.58 0.43
Hex AC 68 2E 0 28 49 21 1C 3A 2B
Octal 254 150 56 0 50 111 41 34 72 53
Binary 10101100 1101000 101110 0 101000 1001001 100001 11100 111010 101011

Color Harmonies of #AC682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC682E

Black with #AC682E

Text Example


Text Example

White with #AC682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC682E; }

 p { color: rgb(172,104,46); }

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

background-color css

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

 a { background-color: rgb(172,104,46); }

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

border-color css

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

 span { border-color: rgb(172,104,46); }

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