Html Css Color HEX #AC612D Mai Tai

📋 copy color: '#AC612D'

red 172 ◦ green 97 ◦ blue 45

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

Shades of Mai Tai #AC612D

Tints of Mai Tai #AC612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 54.78%
G = 30.89%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC612D (or 0xAC612D) is known color: Mai Tai. HEX triplet: AC, 61 and 2D. RGB value is (172,97,45). Sum of RGB (Red+Green+Blue) = 172+97+45=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC612D is #539ED2. Grayscale: #717171. Windows color (decimal): -5480147 or 2974124. OLE color: 2974124.

HSL color Cylindrical-coordinate representation of color #AC612D: hue angle of 24.57º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC612D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 45 -
CMYK 0 0.44 0.74 0.33
HSL 24.57º 0.59% 0.43% -
HSV(B) 24.57º 0.74% 0.67% -
XYZ 21.76 17.51 4.72 -
YUV 113.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 172 97 45 0 0.44 0.74 0.33 24.57 0.59 0.43
Hex AC 61 2D 0 2C 4A 21 19 3B 2B
Octal 254 141 55 0 54 112 41 31 73 53
Binary 10101100 1100001 101101 0 101100 1001010 100001 11001 111011 101011

Color Harmonies of #AC612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC612D

Black with #AC612D

Text Example


Text Example

White with #AC612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC612D; }

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

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

background-color css

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

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

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

border-color css

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

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

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