Html Css Color HEX #AC632A Mai Tai

📋 copy color: '#AC632A'

red 172 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #AC632A

Tints of Mai Tai #AC632A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 54.95%
G = 31.63%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC632A (or 0xAC632A) is known color: Mai Tai. HEX triplet: AC, 63 and 2A. RGB value is (172,99,42). Sum of RGB (Red+Green+Blue) = 172+99+42=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC632A is #539CD5. Grayscale: #727272. Windows color (decimal): -5479638 or 2778028. OLE color: 2778028.

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

Color convert

RGB 172 99 42 -
CMYK 0 0.42 0.76 0.33
HSL 26.31º 0.61% 0.42% -
HSV(B) 26.31º 0.76% 0.67% -
XYZ 21.89 17.86 4.48 -
YUV 114.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 172 99 42 0 0.42 0.76 0.33 26.31 0.61 0.42
Hex AC 63 2A 0 2A 4C 21 1A 3D 2A
Octal 254 143 52 0 52 114 41 32 75 52
Binary 10101100 1100011 101010 0 101010 1001100 100001 11010 111101 101010

Color Harmonies of #AC632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC632A

Black with #AC632A

Text Example


Text Example

White with #AC632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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