Html Css Color HEX #AC631E Mai Tai

📋 copy color: '#AC631E'

red 172 ◦ green 99 ◦ blue 30

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

Shades of Mai Tai #AC631E

Tints of Mai Tai #AC631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 57.14%
G = 32.89%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC631E (or 0xAC631E) is known color: Mai Tai. HEX triplet: AC, 63 and 1E. RGB value is (172,99,30). Sum of RGB (Red+Green+Blue) = 172+99+30=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC631E is #539CE1. Grayscale: #717171. Windows color (decimal): -5479650 or 1991596. OLE color: 1991596.

HSL color Cylindrical-coordinate representation of color #AC631E: hue angle of 29.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC631E is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 30 -
CMYK 0 0.42 0.83 0.33
HSL 29.15º 0.7% 0.4% -
HSV(B) 29.15º 0.83% 0.67% -
XYZ 21.71 17.79 3.52 -
YUV 112.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 172 99 30 0 0.42 0.83 0.33 29.15 0.7 0.4
Hex AC 63 1E 0 2A 53 21 1D 46 28
Octal 254 143 36 0 52 123 41 35 106 50
Binary 10101100 1100011 11110 0 101010 1010011 100001 11101 1000110 101000

Color Harmonies of #AC631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC631E

Black with #AC631E

Text Example


Text Example

White with #AC631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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