Html Css Color HEX #AC692A Mai Tai

📋 copy color: '#AC692A'

red 172 ◦ green 105 ◦ blue 42

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

Shades of Mai Tai #AC692A

Tints of Mai Tai #AC692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 53.92%
G = 32.92%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC692A (or 0xAC692A) is known color: Mai Tai. HEX triplet: AC, 69 and 2A. RGB value is (172,105,42). Sum of RGB (Red+Green+Blue) = 172+105+42=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC692A is #5396D5. Grayscale: #767676. Windows color (decimal): -5478102 or 2779564. OLE color: 2779564.

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

Color convert

RGB 172 105 42 -
CMYK 0 0.39 0.76 0.33
HSL 29.08º 0.61% 0.42% -
HSV(B) 29.08º 0.76% 0.67% -
XYZ 22.48 19.04 4.68 -
YUV 117.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 172 105 42 0 0.39 0.76 0.33 29.08 0.61 0.42
Hex AC 69 2A 0 27 4C 21 1D 3D 2A
Octal 254 151 52 0 47 114 41 35 75 52
Binary 10101100 1101001 101010 0 100111 1001100 100001 11101 111101 101010

Color Harmonies of #AC692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC692A

Black with #AC692A

Text Example


Text Example

White with #AC692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC692A; }

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

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

background-color css

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

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

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

border-color css

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

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

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