Html Css Color HEX #A36032 Mai Tai

📋 copy color: '#A36032'

red 163 ◦ green 96 ◦ blue 50

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

Shades of Mai Tai #A36032

Tints of Mai Tai #A36032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 52.75%
G = 31.07%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A36032 (or 0xA36032) is known color: Mai Tai. HEX triplet: A3, 60 and 32. RGB value is (163,96,50). Sum of RGB (Red+Green+Blue) = 163+96+50=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A36032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36032 is #5C9FCD. Grayscale: #6F6F6F. Windows color (decimal): -6070222 or 3301539. OLE color: 3301539.

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

Color convert

RGB 163 96 50 -
CMYK 0 0.41 0.69 0.36
HSL 24.42º 0.53% 0.42% -
HSV(B) 24.42º 0.69% 0.64% -
XYZ 19.86 16.38 5.13 -
YUV 110.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 163 96 50 0 0.41 0.69 0.36 24.42 0.53 0.42
Hex A3 60 32 0 29 45 24 18 35 2A
Octal 243 140 62 0 51 105 44 30 65 52
Binary 10100011 1100000 110010 0 101001 1000101 100100 11000 110101 101010

Color Harmonies of #A36032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36032

Black with #A36032

Text Example


Text Example

White with #A36032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36032; }

 p { color: rgb(163,96,50); }

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

background-color css

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

 a { background-color: rgb(163,96,50); }

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

border-color css

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

 span { border-color: rgb(163,96,50); }

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