#a55f21

Color #A55F21 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #A55F21

Tints of Mai Tai #A55F21

Color information

#A55F21 (or 0xA55F21) is unknown color: approx Mai Tai. HEX triplet: A5, 5F and 21. RGB value is (165,95,33). Sum of RGB (Red+Green+Blue) = 165+95+33=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F21 is #5AA0DE. Grayscale: #6D6D6D. Windows color (decimal): -5939423 or 2187173. OLE color: 2187173.

HSL color Cylindrical-coordinate representation of color #A55F21: hue angle of 28.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A55F21 is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB1659533-
CMYK00.420.80.35
HSL28.18º66.67%38.82%-
HSV(B)28.18º80%64.71%-
XYZ19.8816.293.54-
YUV108.8685.19168.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=56.31%
G=32.42%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165953300.420.80.3528.1866.6738.82
HexA55F2102A50231c4327
Octal24513741052120433410347
Binary10100101101111110000101010101010000100011111001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55f21; }

 p { color: rgb(165,95,33); }

 H1.HeaderClassName
 {
   color: #a55f21;
 }
 .AnyTagClassName
 {
   color: #a55f21;
 }
</style>
background-color css

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

 a { background-color: rgb(165,95,33); }

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

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

 span { border-color: rgb(165,95,33); }

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