Html Css Color HEX #A36020 Mai Tai

📋 copy color: '#A36020'

red 163 ◦ green 96 ◦ blue 32

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

Shades of Mai Tai #A36020

Tints of Mai Tai #A36020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11%

R = 56.01%
G = 32.99%
B = 11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A36020 (or 0xA36020) is known color: Mai Tai. HEX triplet: A3, 60 and 20. RGB value is (163,96,32). Sum of RGB (Red+Green+Blue) = 163+96+32=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A36020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36020 is #5C9FDF. Grayscale: #6D6D6D. Windows color (decimal): -6070240 or 2121891. OLE color: 2121891.

HSL color Cylindrical-coordinate representation of color #A36020: hue angle of 29.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A36020 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 32 -
CMYK 0 0.41 0.80 0.36
HSL 29.31º 0.67% 0.38% -
HSV(B) 29.31º 0.8% 0.64% -
XYZ 19.55 16.26 3.47 -
YUV 108.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 163 96 32 0 0.41 0.80 0.36 29.31 0.67 0.38
Hex A3 60 20 0 29 50 24 1D 43 26
Octal 243 140 40 0 51 120 44 35 103 46
Binary 10100011 1100000 100000 0 101001 1010000 100100 11101 1000011 100110

Color Harmonies of #A36020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36020

Black with #A36020

Text Example


Text Example

White with #A36020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36020; }

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

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

background-color css

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

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

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

border-color css

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

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

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