Html Css Color HEX #A36A38 Mai Tai

📋 copy color: '#A36A38'

red 163 ◦ green 106 ◦ blue 56

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

Shades of Mai Tai #A36A38

Tints of Mai Tai #A36A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 50.15%
G = 32.62%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A36A38 (or 0xA36A38) is known color: Mai Tai. HEX triplet: A3, 6A and 38. RGB value is (163,106,56). Sum of RGB (Red+Green+Blue) = 163+106+56=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36A38 is #5C95C7. Grayscale: #757575. Windows color (decimal): -6067656 or 3697315. OLE color: 3697315.

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

Color convert

RGB 163 106 56 -
CMYK 0 0.35 0.66 0.36
HSL 28.04º 0.49% 0.43% -
HSV(B) 28.04º 0.66% 0.64% -
XYZ 20.97 18.38 6.18 -
YUV 117.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 163 106 56 0 0.35 0.66 0.36 28.04 0.49 0.43
Hex A3 6A 38 0 23 42 24 1C 31 2B
Octal 243 152 70 0 43 102 44 34 61 53
Binary 10100011 1101010 111000 0 100011 1000010 100100 11100 110001 101011

Color Harmonies of #A36A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A38

Black with #A36A38

Text Example


Text Example

White with #A36A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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