Html Css Color HEX #AC612F Mai Tai

📋 copy color: '#AC612F'

red 172 ◦ green 97 ◦ blue 47

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

Shades of Mai Tai #AC612F

Tints of Mai Tai #AC612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 54.43%
G = 30.7%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC612F (or 0xAC612F) is known color: Mai Tai. HEX triplet: AC, 61 and 2F. RGB value is (172,97,47). Sum of RGB (Red+Green+Blue) = 172+97+47=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC612F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC612F is #539ED0. Grayscale: #727272. Windows color (decimal): -5480145 or 3105196. OLE color: 3105196.

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

Color convert

RGB 172 97 47 -
CMYK 0 0.44 0.73 0.33
HSL 24º 0.57% 0.43% -
HSV(B) 24º 0.73% 0.67% -
XYZ 21.8 17.53 4.92 -
YUV 113.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 172 97 47 0 0.44 0.73 0.33 24 0.57 0.43
Hex AC 61 2F 0 2C 49 21 18 39 2B
Octal 254 141 57 0 54 111 41 30 71 53
Binary 10101100 1100001 101111 0 101100 1001001 100001 11000 111001 101011

Color Harmonies of #AC612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC612F

Black with #AC612F

Text Example


Text Example

White with #AC612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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