Html Css Color HEX #A36124 Mai Tai

📋 copy color: '#A36124'

red 163 ◦ green 97 ◦ blue 36

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

Shades of Mai Tai #A36124

Tints of Mai Tai #A36124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 55.07%
G = 32.77%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A36124 (or 0xA36124) is known color: Mai Tai. HEX triplet: A3, 61 and 24. RGB value is (163,97,36). Sum of RGB (Red+Green+Blue) = 163+97+36=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A36124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36124 is #5C9EDB. Grayscale: #6E6E6E. Windows color (decimal): -6069980 or 2384291. OLE color: 2384291.

HSL color Cylindrical-coordinate representation of color #A36124: hue angle of 28.82º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A36124 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 36 -
CMYK 0 0.40 0.78 0.36
HSL 28.82º 0.64% 0.39% -
HSV(B) 28.82º 0.78% 0.64% -
XYZ 19.7 16.46 3.81 -
YUV 109.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 163 97 36 0 0.40 0.78 0.36 28.82 0.64 0.39
Hex A3 61 24 0 28 4E 24 1D 40 27
Octal 243 141 44 0 50 116 44 35 100 47
Binary 10100011 1100001 100100 0 101000 1001110 100100 11101 1000000 100111

Color Harmonies of #A36124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36124

Black with #A36124

Text Example


Text Example

White with #A36124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36124; }

 p { color: rgb(163,97,36); }

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

background-color css

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

 a { background-color: rgb(163,97,36); }

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

border-color css

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

 span { border-color: rgb(163,97,36); }

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