Html Css Color HEX #A55E2C Mai Tai

📋 copy color: '#A55E2C'

red 165 ◦ green 94 ◦ blue 44

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

Shades of Mai Tai #A55E2C

Tints of Mai Tai #A55E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 54.46%
G = 31.02%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A55E2C (or 0xA55E2C) is known color: Mai Tai. HEX triplet: A5, 5E and 2C. RGB value is (165,94,44). Sum of RGB (Red+Green+Blue) = 165+94+44=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E2C is #5AA1D3. Grayscale: #6D6D6D. Windows color (decimal): -5939668 or 2907813. OLE color: 2907813.

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

Color convert

RGB 165 94 44 -
CMYK 0 0.43 0.73 0.35
HSL 24.79º 0.58% 0.41% -
HSV(B) 24.79º 0.73% 0.65% -
XYZ 19.97 16.19 4.45 -
YUV 109.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 165 94 44 0 0.43 0.73 0.35 24.79 0.58 0.41
Hex A5 5E 2C 0 2B 49 23 19 3A 29
Octal 245 136 54 0 53 111 43 31 72 51
Binary 10100101 1011110 101100 0 101011 1001001 100011 11001 111010 101001

Color Harmonies of #A55E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E2C

Black with #A55E2C

Text Example


Text Example

White with #A55E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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