#A65D27

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

Shades of Mai Tai #A65D27

Tints of Mai Tai #A65D27

Color information

#A65D27 (or 0xA65D27) is unknown color: approx Mai Tai. HEX triplet: A6, 5D and 27. RGB value is (166,93,39). Sum of RGB (Red+Green+Blue) = 166+93+39=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D27 is #59A2D8. Grayscale: #6C6C6C. Windows color (decimal): -5874393 or 2579878. OLE color: 2579878.

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

Color convert

RGB1669339-
CMYK00.440.770.35
HSL25.51º61.95%40.2%-
HSV(B)25.51º76.51%65.1%-
XYZ20.0116.083.97-
YUV108.6788.68168.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=55.70%
G=31.21%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166933900.440.770.3525.5161.9540.2
HexA65D2702C4D231a3e28
Octal2461354705411543327650
Binary1010011010111011001110101100100110110001111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D27; }

 p { color: rgb(166,93,39); }

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

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

 a { background-color: rgb(166,93,39); }

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

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

 span { border-color: rgb(166,93,39); }

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