Html Css Color HEX #A36631 Mai Tai

📋 copy color: '#A36631'

red 163 ◦ green 102 ◦ blue 49

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

Shades of Mai Tai #A36631

Tints of Mai Tai #A36631

RGB

 RED value IS 163 (64.06% from 255) = 51.91%

 GREEN value IS 102 (40.23% from 255) = 32.48%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 51.91%
G = 32.48%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A36631 (or 0xA36631) is known color: Mai Tai. HEX triplet: A3, 66 and 31. RGB value is (163,102,49). Sum of RGB (Red+Green+Blue) = 163+102+49=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A36631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36631 is #5C99CE. Grayscale: #727272. Windows color (decimal): -6068687 or 3237539. OLE color: 3237539.

HSL color Cylindrical-coordinate representation of color #A36631: hue angle of 27.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A36631 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 49 -
CMYK 0 0.37 0.70 0.36
HSL 27.89º 0.54% 0.42% -
HSV(B) 27.89º 0.7% 0.64% -
XYZ 20.41 17.51 5.21 -
YUV 114.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 163 102 49 0 0.37 0.70 0.36 27.89 0.54 0.42
Hex A3 66 31 0 25 46 24 1C 36 2A
Octal 243 146 61 0 45 106 44 34 66 52
Binary 10100011 1100110 110001 0 100101 1000110 100100 11100 110110 101010

Color Harmonies of #A36631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36631

Black with #A36631

Text Example


Text Example

White with #A36631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36631; }

 p { color: rgb(163,102,49); }

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

background-color css

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

 a { background-color: rgb(163,102,49); }

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

border-color css

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

 span { border-color: rgb(163,102,49); }

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