Html Css Color HEX #A36B3C Mai Tai

📋 copy color: '#A36B3C'

red 163 ◦ green 107 ◦ blue 60

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

Shades of Mai Tai #A36B3C

Tints of Mai Tai #A36B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 49.39%
G = 32.42%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A36B3C (or 0xA36B3C) is known color: Mai Tai. HEX triplet: A3, 6B and 3C. RGB value is (163,107,60). Sum of RGB (Red+Green+Blue) = 163+107+60=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B3C is #5C94C3. Grayscale: #767676. Windows color (decimal): -6067396 or 3959715. OLE color: 3959715.

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

Color convert

RGB 163 107 60 -
CMYK 0 0.34 0.63 0.36
HSL 27.38º 0.46% 0.44% -
HSV(B) 27.38º 0.63% 0.64% -
XYZ 21.18 18.63 6.75 -
YUV 118.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 163 107 60 0 0.34 0.63 0.36 27.38 0.46 0.44
Hex A3 6B 3C 0 22 3F 24 1B 2E 2C
Octal 243 153 74 0 42 77 44 33 56 54
Binary 10100011 1101011 111100 0 100010 111111 100100 11011 101110 101100

Color Harmonies of #A36B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36B3C

Black with #A36B3C

Text Example


Text Example

White with #A36B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36B3C; }

 p { color: rgb(163,107,60); }

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

background-color css

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

 a { background-color: rgb(163,107,60); }

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

border-color css

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

 span { border-color: rgb(163,107,60); }

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