#A55F22

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

Shades of Mai Tai #A55F22

Tints of Mai Tai #A55F22

Color information

#A55F22 (or 0xA55F22) is unknown color: approx Mai Tai. HEX triplet: A5, 5F and 22. RGB value is (165,95,34). Sum of RGB (Red+Green+Blue) = 165+95+34=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F22 is #5AA0DD. Grayscale: #6D6D6D. Windows color (decimal): -5939422 or 2252709. OLE color: 2252709.

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

Color convert

RGB1659534-
CMYK00.420.790.35
HSL27.94º65.83%39.02%-
HSV(B)27.94º79.39%64.71%-
XYZ19.916.33.61-
YUV108.9885.69167.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=56.12%
G=32.31%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165953400.420.790.3527.9465.8339.02
HexA55F2202A4F231c4227
Octal24513742052117433410247
Binary10100101101111110001001010101001111100011111001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F22; }

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

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

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

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

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

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

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

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