Html Css Color HEX #A55E2E Mai Tai

📋 copy color: '#A55E2E'

red 165 ◦ green 94 ◦ blue 46

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

Shades of Mai Tai #A55E2E

Tints of Mai Tai #A55E2E

RGB

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

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

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

R = 54.1%
G = 30.82%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A55E2E (or 0xA55E2E) is known color: Mai Tai. HEX triplet: A5, 5E and 2E. RGB value is (165,94,46). Sum of RGB (Red+Green+Blue) = 165+94+46=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E2E is #5AA1D1. Grayscale: #6E6E6E. Windows color (decimal): -5939666 or 3038885. OLE color: 3038885.

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

Color convert

RGB 165 94 46 -
CMYK 0 0.43 0.72 0.35
HSL 24.2º 0.56% 0.41% -
HSV(B) 24.2º 0.72% 0.65% -
XYZ 20.01 16.2 4.66 -
YUV 109.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 165 94 46 0 0.43 0.72 0.35 24.2 0.56 0.41
Hex A5 5E 2E 0 2B 48 23 18 38 29
Octal 245 136 56 0 53 110 43 30 70 51
Binary 10100101 1011110 101110 0 101011 1001000 100011 11000 111000 101001

Color Harmonies of #A55E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E2E

Black with #A55E2E

Text Example


Text Example

White with #A55E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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