Html Css Color HEX #A36931 Mai Tai

📋 copy color: '#A36931'

red 163 ◦ green 105 ◦ blue 49

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

Shades of Mai Tai #A36931

Tints of Mai Tai #A36931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

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

R = 51.42%
G = 33.12%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A36931 (or 0xA36931) is known color: Mai Tai. HEX triplet: A3, 69 and 31. RGB value is (163,105,49). Sum of RGB (Red+Green+Blue) = 163+105+49=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A36931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36931 is #5C96CE. Grayscale: #747474. Windows color (decimal): -6067919 or 3238307. OLE color: 3238307.

HSL color Cylindrical-coordinate representation of color #A36931: hue angle of 29.47º 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 #A36931 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 49 -
CMYK 0 0.36 0.70 0.36
HSL 29.47º 0.54% 0.42% -
HSV(B) 29.47º 0.7% 0.64% -
XYZ 20.71 18.11 5.31 -
YUV 115.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 163 105 49 0 0.36 0.70 0.36 29.47 0.54 0.42
Hex A3 69 31 0 24 46 24 1D 36 2A
Octal 243 151 61 0 44 106 44 35 66 52
Binary 10100011 1101001 110001 0 100100 1000110 100100 11101 110110 101010

Color Harmonies of #A36931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36931

Black with #A36931

Text Example


Text Example

White with #A36931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36931; }

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

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

background-color css

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

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

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

border-color css

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

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

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