Html Css Color HEX #AC631F Mai Tai

📋 copy color: '#AC631F'

red 172 ◦ green 99 ◦ blue 31

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

Shades of Mai Tai #AC631F

Tints of Mai Tai #AC631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 56.95%
G = 32.78%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC631F (or 0xAC631F) is known color: Mai Tai. HEX triplet: AC, 63 and 1F. RGB value is (172,99,31). Sum of RGB (Red+Green+Blue) = 172+99+31=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC631F is #539CE0. Grayscale: #717171. Windows color (decimal): -5479649 or 2057132. OLE color: 2057132.

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

Color convert

RGB 172 99 31 -
CMYK 0 0.42 0.82 0.33
HSL 28.94º 0.69% 0.4% -
HSV(B) 28.94º 0.82% 0.67% -
XYZ 21.72 17.79 3.59 -
YUV 113.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 172 99 31 0 0.42 0.82 0.33 28.94 0.69 0.4
Hex AC 63 1F 0 2A 52 21 1D 45 28
Octal 254 143 37 0 52 122 41 35 105 50
Binary 10101100 1100011 11111 0 101010 1010010 100001 11101 1000101 101000

Color Harmonies of #AC631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC631F

Black with #AC631F

Text Example


Text Example

White with #AC631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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