Html Css Color HEX #A55D29 Mai Tai

📋 copy color: '#A55D29'

red 165 ◦ green 93 ◦ blue 41

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

Shades of Mai Tai #A55D29

Tints of Mai Tai #A55D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 55.18%
G = 31.1%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55D29 (or 0xA55D29) is known color: Mai Tai. HEX triplet: A5, 5D and 29. RGB value is (165,93,41). Sum of RGB (Red+Green+Blue) = 165+93+41=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D29 is #5AA2D6. Grayscale: #6C6C6C. Windows color (decimal): -5939927 or 2710949. OLE color: 2710949.

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

Color convert

RGB 165 93 41 -
CMYK 0 0.44 0.75 0.35
HSL 25.16º 0.6% 0.4% -
HSV(B) 25.16º 0.75% 0.65% -
XYZ 19.83 15.99 4.14 -
YUV 108.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 165 93 41 0 0.44 0.75 0.35 25.16 0.6 0.4
Hex A5 5D 29 0 2C 4B 23 19 3C 28
Octal 245 135 51 0 54 113 43 31 74 50
Binary 10100101 1011101 101001 0 101100 1001011 100011 11001 111100 101000

Color Harmonies of #A55D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D29

Black with #A55D29

Text Example


Text Example

White with #A55D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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