Html Css Color HEX #A36C34 Mai Tai

📋 copy color: '#A36C34'

red 163 ◦ green 108 ◦ blue 52

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

Shades of Mai Tai #A36C34

Tints of Mai Tai #A36C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 50.46%
G = 33.44%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A36C34 (or 0xA36C34) is known color: Mai Tai. HEX triplet: A3, 6C and 34. RGB value is (163,108,52). Sum of RGB (Red+Green+Blue) = 163+108+52=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C34 is #5C93CB. Grayscale: #767676. Windows color (decimal): -6067148 or 3435683. OLE color: 3435683.

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

Color convert

RGB 163 108 52 -
CMYK 0 0.34 0.68 0.36
HSL 30.27º 0.52% 0.42% -
HSV(B) 30.27º 0.68% 0.64% -
XYZ 21.09 18.76 5.76 -
YUV 118.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 163 108 52 0 0.34 0.68 0.36 30.27 0.52 0.42
Hex A3 6C 34 0 22 44 24 1E 34 2A
Octal 243 154 64 0 42 104 44 36 64 52
Binary 10100011 1101100 110100 0 100010 1000100 100100 11110 110100 101010

Color Harmonies of #A36C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C34

Black with #A36C34

Text Example


Text Example

White with #A36C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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