Html Css Color HEX #A36232 Mai Tai

📋 copy color: '#A36232'

red 163 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A36232

Tints of Mai Tai #A36232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 52.41%
G = 31.51%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A36232 (or 0xA36232) is known color: Mai Tai. HEX triplet: A3, 62 and 32. RGB value is (163,98,50). Sum of RGB (Red+Green+Blue) = 163+98+50=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36232 is #5C9DCD. Grayscale: #707070. Windows color (decimal): -6069710 or 3302051. OLE color: 3302051.

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

Color convert

RGB 163 98 50 -
CMYK 0 0.40 0.69 0.36
HSL 25.49º 0.53% 0.42% -
HSV(B) 25.49º 0.69% 0.64% -
XYZ 20.05 16.75 5.19 -
YUV 111.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 163 98 50 0 0.40 0.69 0.36 25.49 0.53 0.42
Hex A3 62 32 0 28 45 24 19 35 2A
Octal 243 142 62 0 50 105 44 31 65 52
Binary 10100011 1100010 110010 0 101000 1000101 100100 11001 110101 101010

Color Harmonies of #A36232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36232

Black with #A36232

Text Example


Text Example

White with #A36232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36232; }

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

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

background-color css

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

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

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

border-color css

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

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

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