Html Css Color HEX #A36C32 Mai Tai

📋 copy color: '#A36C32'

red 163 ◦ green 108 ◦ blue 50

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

Shades of Mai Tai #A36C32

Tints of Mai Tai #A36C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 50.78%
G = 33.64%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A36C32 (or 0xA36C32) is known color: Mai Tai. HEX triplet: A3, 6C and 32. RGB value is (163,108,50). Sum of RGB (Red+Green+Blue) = 163+108+50=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C32 is #5C93CD. Grayscale: #767676. Windows color (decimal): -6067150 or 3304611. OLE color: 3304611.

HSL color Cylindrical-coordinate representation of color #A36C32: hue angle of 30.8º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A36C32 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 50 -
CMYK 0 0.34 0.69 0.36
HSL 30.8º 0.53% 0.42% -
HSV(B) 30.8º 0.69% 0.64% -
XYZ 21.04 18.74 5.53 -
YUV 117.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 163 108 50 0 0.34 0.69 0.36 30.8 0.53 0.42
Hex A3 6C 32 0 22 45 24 1F 35 2A
Octal 243 154 62 0 42 105 44 37 65 52
Binary 10100011 1101100 110010 0 100010 1000101 100100 11111 110101 101010

Color Harmonies of #A36C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C32

Black with #A36C32

Text Example


Text Example

White with #A36C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C32; }

 p { color: rgb(163,108,50); }

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

background-color css

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

 a { background-color: rgb(163,108,50); }

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

border-color css

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

 span { border-color: rgb(163,108,50); }

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