Html Css Color HEX #A15E28 Mai Tai

📋 copy color: '#A15E28'

red 161 ◦ green 94 ◦ blue 40

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

Shades of Mai Tai #A15E28

Tints of Mai Tai #A15E28

RGB

 RED value IS 161 (63.28% from 255) = 54.58%

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 54.58%
G = 31.86%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A15E28 (or 0xA15E28) is known color: Mai Tai. HEX triplet: A1, 5E and 28. RGB value is (161,94,40). Sum of RGB (Red+Green+Blue) = 161+94+40=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E28 is #5EA1D7. Grayscale: #6C6C6C. Windows color (decimal): -6201816 or 2645665. OLE color: 2645665.

HSL color Cylindrical-coordinate representation of color #A15E28: hue angle of 26.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A15E28 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 94 40 -
CMYK 0 0.42 0.75 0.37
HSL 26.78º 0.6% 0.39% -
HSV(B) 26.78º 0.75% 0.63% -
XYZ 19.08 15.74 4.04 -
YUV 107.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 161 94 40 0 0.42 0.75 0.37 26.78 0.6 0.39
Hex A1 5E 28 0 2A 4B 25 1B 3C 27
Octal 241 136 50 0 52 113 45 33 74 47
Binary 10100001 1011110 101000 0 101010 1001011 100101 11011 111100 100111

Color Harmonies of #A15E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E28

Black with #A15E28

Text Example


Text Example

White with #A15E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E28; }

 p { color: rgb(161,94,40); }

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

background-color css

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

 a { background-color: rgb(161,94,40); }

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

border-color css

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

 span { border-color: rgb(161,94,40); }

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