Html Css Color HEX #A36A2F Mai Tai

📋 copy color: '#A36A2F'

red 163 ◦ green 106 ◦ blue 47

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

Shades of Mai Tai #A36A2F

Tints of Mai Tai #A36A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 51.58%
G = 33.54%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A36A2F (or 0xA36A2F) is known color: Mai Tai. HEX triplet: A3, 6A and 2F. RGB value is (163,106,47). Sum of RGB (Red+Green+Blue) = 163+106+47=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A2F is #5C95D0. Grayscale: #747474. Windows color (decimal): -6067665 or 3107491. OLE color: 3107491.

HSL color Cylindrical-coordinate representation of color #A36A2F: hue angle of 30.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A36A2F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 106 47 -
CMYK 0 0.35 0.71 0.36
HSL 30.52º 0.55% 0.41% -
HSV(B) 30.52º 0.71% 0.64% -
XYZ 20.77 18.3 5.13 -
YUV 116.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 163 106 47 0 0.35 0.71 0.36 30.52 0.55 0.41
Hex A3 6A 2F 0 23 47 24 1F 37 29
Octal 243 152 57 0 43 107 44 37 67 51
Binary 10100011 1101010 101111 0 100011 1000111 100100 11111 110111 101001

Color Harmonies of #A36A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A2F

Black with #A36A2F

Text Example


Text Example

White with #A36A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A2F; }

 p { color: rgb(163,106,47); }

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

background-color css

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

 a { background-color: rgb(163,106,47); }

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

border-color css

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

 span { border-color: rgb(163,106,47); }

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