Html Css Color HEX #AC672A Mai Tai

📋 copy color: '#AC672A'

red 172 ◦ green 103 ◦ blue 42

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

Shades of Mai Tai #AC672A

Tints of Mai Tai #AC672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 54.26%
G = 32.49%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC672A (or 0xAC672A) is known color: Mai Tai. HEX triplet: AC, 67 and 2A. RGB value is (172,103,42). Sum of RGB (Red+Green+Blue) = 172+103+42=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC672A is #5398D5. Grayscale: #747474. Windows color (decimal): -5478614 or 2779052. OLE color: 2779052.

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

Color convert

RGB 172 103 42 -
CMYK 0 0.40 0.76 0.33
HSL 28.15º 0.61% 0.42% -
HSV(B) 28.15º 0.76% 0.67% -
XYZ 22.28 18.64 4.61 -
YUV 116.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 172 103 42 0 0.40 0.76 0.33 28.15 0.61 0.42
Hex AC 67 2A 0 28 4C 21 1C 3D 2A
Octal 254 147 52 0 50 114 41 34 75 52
Binary 10101100 1100111 101010 0 101000 1001100 100001 11100 111101 101010

Color Harmonies of #AC672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC672A

Black with #AC672A

Text Example


Text Example

White with #AC672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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