Html Css Color HEX #A36029 Mai Tai

📋 copy color: '#A36029'

red 163 ◦ green 96 ◦ blue 41

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

Shades of Mai Tai #A36029

Tints of Mai Tai #A36029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 54.33%
G = 32%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A36029 (or 0xA36029) is known color: Mai Tai. HEX triplet: A3, 60 and 29. RGB value is (163,96,41). Sum of RGB (Red+Green+Blue) = 163+96+41=300 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 163 - color contains mainly: red. Hex color #A36029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36029 is #5C9FD6. Grayscale: #6E6E6E. Windows color (decimal): -6070231 or 2711715. OLE color: 2711715.

HSL color Cylindrical-coordinate representation of color #A36029: hue angle of 27.05º degrees, saturation: 0.6, 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 #A36029 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 96 41 -
CMYK 0 0.41 0.75 0.36
HSL 27.05º 0.6% 0.4% -
HSV(B) 27.05º 0.75% 0.64% -
XYZ 19.69 16.31 4.21 -
YUV 109.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 163 96 41 0 0.41 0.75 0.36 27.05 0.6 0.4
Hex A3 60 29 0 29 4B 24 1B 3C 28
Octal 243 140 51 0 51 113 44 33 74 50
Binary 10100011 1100000 101001 0 101001 1001011 100100 11011 111100 101000

Color Harmonies of #A36029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36029

Black with #A36029

Text Example


Text Example

White with #A36029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36029; }

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

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

background-color css

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

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

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

border-color css

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

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

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