Html Css Color HEX #A36D34 Mai Tai

📋 copy color: '#A36D34'

red 163 ◦ green 109 ◦ blue 52

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

Shades of Mai Tai #A36D34

Tints of Mai Tai #A36D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 50.31%
G = 33.64%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A36D34 (or 0xA36D34) is known color: Mai Tai. HEX triplet: A3, 6D and 34. RGB value is (163,109,52). Sum of RGB (Red+Green+Blue) = 163+109+52=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D34 is #5C92CB. Grayscale: #767676. Windows color (decimal): -6066892 or 3435939. OLE color: 3435939.

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

Color convert

RGB 163 109 52 -
CMYK 0 0.33 0.68 0.36
HSL 30.81º 0.52% 0.42% -
HSV(B) 30.81º 0.68% 0.64% -
XYZ 21.19 18.97 5.79 -
YUV 118.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 163 109 52 0 0.33 0.68 0.36 30.81 0.52 0.42
Hex A3 6D 34 0 21 44 24 1F 34 2A
Octal 243 155 64 0 41 104 44 37 64 52
Binary 10100011 1101101 110100 0 100001 1000100 100100 11111 110100 101010

Color Harmonies of #A36D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D34

Black with #A36D34

Text Example


Text Example

White with #A36D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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