Html Css Color HEX #AC622D Mai Tai

📋 copy color: '#AC622D'

red 172 ◦ green 98 ◦ blue 45

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

Shades of Mai Tai #AC622D

Tints of Mai Tai #AC622D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 54.6%
G = 31.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC622D (or 0xAC622D) is known color: Mai Tai. HEX triplet: AC, 62 and 2D. RGB value is (172,98,45). Sum of RGB (Red+Green+Blue) = 172+98+45=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC622D is #539DD2. Grayscale: #727272. Windows color (decimal): -5479891 or 2974380. OLE color: 2974380.

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

Color convert

RGB 172 98 45 -
CMYK 0 0.43 0.74 0.33
HSL 25.04º 0.59% 0.43% -
HSV(B) 25.04º 0.74% 0.67% -
XYZ 21.85 17.7 4.75 -
YUV 114.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 172 98 45 0 0.43 0.74 0.33 25.04 0.59 0.43
Hex AC 62 2D 0 2B 4A 21 19 3B 2B
Octal 254 142 55 0 53 112 41 31 73 53
Binary 10101100 1100010 101101 0 101011 1001010 100001 11001 111011 101011

Color Harmonies of #AC622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC622D

Black with #AC622D

Text Example


Text Example

White with #AC622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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