Html Css Color HEX #AC672F Mai Tai

📋 copy color: '#AC672F'

red 172 ◦ green 103 ◦ blue 47

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

Shades of Mai Tai #AC672F

Tints of Mai Tai #AC672F

RGB

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

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

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

R = 53.42%
G = 31.99%
B = 14.6%

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

#AC672F (or 0xAC672F) is known color: Mai Tai. HEX triplet: AC, 67 and 2F. RGB value is (172,103,47). Sum of RGB (Red+Green+Blue) = 172+103+47=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC672F is #5398D0. Grayscale: #757575. Windows color (decimal): -5478609 or 3106732. OLE color: 3106732.

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

Color convert

RGB 172 103 47 -
CMYK 0 0.40 0.73 0.33
HSL 26.88º 0.57% 0.43% -
HSV(B) 26.88º 0.73% 0.67% -
XYZ 22.38 18.68 5.11 -
YUV 117.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 172 103 47 0 0.40 0.73 0.33 26.88 0.57 0.43
Hex AC 67 2F 0 28 49 21 1B 39 2B
Octal 254 147 57 0 50 111 41 33 71 53
Binary 10101100 1100111 101111 0 101000 1001001 100001 11011 111001 101011

Color Harmonies of #AC672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC672F

Black with #AC672F

Text Example


Text Example

White with #AC672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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