Html Css Color HEX #A36728 Mai Tai

📋 copy color: '#A36728'

red 163 ◦ green 103 ◦ blue 40

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

Shades of Mai Tai #A36728

Tints of Mai Tai #A36728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 53.27%
G = 33.66%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A36728 (or 0xA36728) is known color: Mai Tai. HEX triplet: A3, 67 and 28. RGB value is (163,103,40). Sum of RGB (Red+Green+Blue) = 163+103+40=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A36728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36728 is #5C98D7. Grayscale: #727272. Windows color (decimal): -6068440 or 2647971. OLE color: 2647971.

HSL color Cylindrical-coordinate representation of color #A36728: hue angle of 30.73º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A36728 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 40 -
CMYK 0 0.37 0.75 0.36
HSL 30.73º 0.61% 0.4% -
HSV(B) 30.73º 0.75% 0.64% -
XYZ 20.34 17.64 4.34 -
YUV 113.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 163 103 40 0 0.37 0.75 0.36 30.73 0.61 0.4
Hex A3 67 28 0 25 4B 24 1F 3D 28
Octal 243 147 50 0 45 113 44 37 75 50
Binary 10100011 1100111 101000 0 100101 1001011 100100 11111 111101 101000

Color Harmonies of #A36728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36728

Black with #A36728

Text Example


Text Example

White with #A36728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36728; }

 p { color: rgb(163,103,40); }

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

background-color css

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

 a { background-color: rgb(163,103,40); }

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

border-color css

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

 span { border-color: rgb(163,103,40); }

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