#A65F27

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

Shades of Mai Tai #A65F27

Tints of Mai Tai #A65F27

Color information

#A65F27 (or 0xA65F27) is unknown color: approx Mai Tai. HEX triplet: A6, 5F and 27. RGB value is (166,95,39). Sum of RGB (Red+Green+Blue) = 166+95+39=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F27 is #59A0D8. Grayscale: #6E6E6E. Windows color (decimal): -5873881 or 2580390. OLE color: 2580390.

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

Color convert

RGB1669539-
CMYK00.430.770.35
HSL26.46º61.95%40.2%-
HSV(B)26.46º76.51%65.1%-
XYZ20.1816.444.03-
YUV109.8488.02168.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 39 (15.62% from 255) = 13%
R=55.33%
G=31.67%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166953900.430.770.3526.4661.9540.2
HexA65F2702B4D231a3e28
Octal2461374705311543327650
Binary1010011010111111001110101011100110110001111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F27; }

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

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

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

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

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

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

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

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