Html Css Color HEX #A15E2E Mai Tai

📋 copy color: '#A15E2E'

red 161 ◦ green 94 ◦ blue 46

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

Shades of Mai Tai #A15E2E

Tints of Mai Tai #A15E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 53.49%
G = 31.23%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A15E2E (or 0xA15E2E) is known color: Mai Tai. HEX triplet: A1, 5E and 2E. RGB value is (161,94,46). Sum of RGB (Red+Green+Blue) = 161+94+46=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E2E is #5EA1D1. Grayscale: #6C6C6C. Windows color (decimal): -6201810 or 3038881. OLE color: 3038881.

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

Color convert

RGB 161 94 46 -
CMYK 0 0.42 0.71 0.37
HSL 25.04º 0.56% 0.41% -
HSV(B) 25.04º 0.71% 0.63% -
XYZ 19.19 15.78 4.62 -
YUV 108.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 161 94 46 0 0.42 0.71 0.37 25.04 0.56 0.41
Hex A1 5E 2E 0 2A 47 25 19 38 29
Octal 241 136 56 0 52 107 45 31 70 51
Binary 10100001 1011110 101110 0 101010 1000111 100101 11001 111000 101001

Color Harmonies of #A15E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E2E

Black with #A15E2E

Text Example


Text Example

White with #A15E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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