Html Css Color HEX #A55D2C Mai Tai

📋 copy color: '#A55D2C'

red 165 ◦ green 93 ◦ blue 44

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

Shades of Mai Tai #A55D2C

Tints of Mai Tai #A55D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

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

R = 54.64%
G = 30.79%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A55D2C (or 0xA55D2C) is known color: Mai Tai. HEX triplet: A5, 5D and 2C. RGB value is (165,93,44). Sum of RGB (Red+Green+Blue) = 165+93+44=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D2C is #5AA2D3. Grayscale: #6D6D6D. Windows color (decimal): -5939924 or 2907557. OLE color: 2907557.

HSL color Cylindrical-coordinate representation of color #A55D2C: hue angle of 24.3º 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 #A55D2C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 93 44 -
CMYK 0 0.44 0.73 0.35
HSL 24.3º 0.58% 0.41% -
HSV(B) 24.3º 0.73% 0.65% -
XYZ 19.89 16.01 4.42 -
YUV 108.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 165 93 44 0 0.44 0.73 0.35 24.3 0.58 0.41
Hex A5 5D 2C 0 2C 49 23 18 3A 29
Octal 245 135 54 0 54 111 43 30 72 51
Binary 10100101 1011101 101100 0 101100 1001001 100011 11000 111010 101001

Color Harmonies of #A55D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D2C

Black with #A55D2C

Text Example


Text Example

White with #A55D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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