Html Css Color HEX #A05E2B Mai Tai

📋 copy color: '#A05E2B'

red 160 ◦ green 94 ◦ blue 43

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

Shades of Mai Tai #A05E2B

Tints of Mai Tai #A05E2B

RGB

 RED value IS 160 (62.89% from 255) = 53.87%

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 53.87%
G = 31.65%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A05E2B (or 0xA05E2B) is known color: Mai Tai. HEX triplet: A0, 5E and 2B. RGB value is (160,94,43). Sum of RGB (Red+Green+Blue) = 160+94+43=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E2B is #5FA1D4. Grayscale: #6C6C6C. Windows color (decimal): -6267349 or 2842272. OLE color: 2842272.

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

Color convert

RGB 160 94 43 -
CMYK 0 0.41 0.73 0.37
HSL 26.15º 0.58% 0.4% -
HSV(B) 26.15º 0.73% 0.63% -
XYZ 18.94 15.65 4.31 -
YUV 107.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 160 94 43 0 0.41 0.73 0.37 26.15 0.58 0.4
Hex A0 5E 2B 0 29 49 25 1A 3A 28
Octal 240 136 53 0 51 111 45 32 72 50
Binary 10100000 1011110 101011 0 101001 1001001 100101 11010 111010 101000

Color Harmonies of #A05E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E2B

Black with #A05E2B

Text Example


Text Example

White with #A05E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E2B; }

 p { color: rgb(160,94,43); }

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

background-color css

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

 a { background-color: rgb(160,94,43); }

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

border-color css

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

 span { border-color: rgb(160,94,43); }

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