Html Css Color HEX #A55C2C Mai Tai

📋 copy color: '#A55C2C'

red 165 ◦ green 92 ◦ blue 44

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

Shades of Mai Tai #A55C2C

Tints of Mai Tai #A55C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

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

R = 54.82%
G = 30.56%
B = 14.62%

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

#A55C2C (or 0xA55C2C) is known color: Mai Tai. HEX triplet: A5, 5C and 2C. RGB value is (165,92,44). Sum of RGB (Red+Green+Blue) = 165+92+44=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C2C is #5AA3D3. Grayscale: #6C6C6C. Windows color (decimal): -5940180 or 2907301. OLE color: 2907301.

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

Color convert

RGB 165 92 44 -
CMYK 0 0.44 0.73 0.35
HSL 23.8º 0.58% 0.41% -
HSV(B) 23.8º 0.73% 0.65% -
XYZ 19.8 15.84 4.4 -
YUV 108.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 165 92 44 0 0.44 0.73 0.35 23.8 0.58 0.41
Hex A5 5C 2C 0 2C 49 23 18 3A 29
Octal 245 134 54 0 54 111 43 30 72 51
Binary 10100101 1011100 101100 0 101100 1001001 100011 11000 111010 101001

Color Harmonies of #A55C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C2C

Black with #A55C2C

Text Example


Text Example

White with #A55C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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