Html Css Color HEX #A55E2A Mai Tai

📋 copy color: '#A55E2A'

red 165 ◦ green 94 ◦ blue 42

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

Shades of Mai Tai #A55E2A

Tints of Mai Tai #A55E2A

RGB

 RED value IS 165 (64.84% from 255) = 54.82%

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 54.82%
G = 31.23%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55E2A (or 0xA55E2A) is known color: Mai Tai. HEX triplet: A5, 5E and 2A. RGB value is (165,94,42). Sum of RGB (Red+Green+Blue) = 165+94+42=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E2A is #5AA1D5. Grayscale: #6D6D6D. Windows color (decimal): -5939670 or 2776741. OLE color: 2776741.

HSL color Cylindrical-coordinate representation of color #A55E2A: hue angle of 25.37º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A55E2A is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 42 -
CMYK 0 0.43 0.75 0.35
HSL 25.37º 0.59% 0.41% -
HSV(B) 25.37º 0.75% 0.65% -
XYZ 19.94 16.17 4.26 -
YUV 109.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 165 94 42 0 0.43 0.75 0.35 25.37 0.59 0.41
Hex A5 5E 2A 0 2B 4B 23 19 3B 29
Octal 245 136 52 0 53 113 43 31 73 51
Binary 10100101 1011110 101010 0 101011 1001011 100011 11001 111011 101001

Color Harmonies of #A55E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E2A

Black with #A55E2A

Text Example


Text Example

White with #A55E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E2A; }

 p { color: rgb(165,94,42); }

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

background-color css

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

 a { background-color: rgb(165,94,42); }

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

border-color css

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

 span { border-color: rgb(165,94,42); }

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