Html Css Color HEX #AC682F Mai Tai

📋 copy color: '#AC682F'

red 172 ◦ green 104 ◦ blue 47

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

Shades of Mai Tai #AC682F

Tints of Mai Tai #AC682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 53.25%
G = 32.2%
B = 14.55%

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

#AC682F (or 0xAC682F) is known color: Mai Tai. HEX triplet: AC, 68 and 2F. RGB value is (172,104,47). Sum of RGB (Red+Green+Blue) = 172+104+47=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC682F is #5397D0. Grayscale: #767676. Windows color (decimal): -5478353 or 3106988. OLE color: 3106988.

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

Color convert

RGB 172 104 47 -
CMYK 0 0.40 0.73 0.33
HSL 27.36º 0.57% 0.43% -
HSV(B) 27.36º 0.73% 0.67% -
XYZ 22.48 18.88 5.15 -
YUV 117.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 172 104 47 0 0.40 0.73 0.33 27.36 0.57 0.43
Hex AC 68 2F 0 28 49 21 1B 39 2B
Octal 254 150 57 0 50 111 41 33 71 53
Binary 10101100 1101000 101111 0 101000 1001001 100001 11011 111001 101011

Color Harmonies of #AC682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC682F

Black with #AC682F

Text Example


Text Example

White with #AC682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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