#A65F25

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

Shades of Mai Tai #A65F25

Tints of Mai Tai #A65F25

Color information

#A65F25 (or 0xA65F25) is unknown color: approx Mai Tai. HEX triplet: A6, 5F and 25. RGB value is (166,95,37). Sum of RGB (Red+Green+Blue) = 166+95+37=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F25 is #59A0DA. Grayscale: #6D6D6D. Windows color (decimal): -5873883 or 2449318. OLE color: 2449318.

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

Color convert

RGB1669537-
CMYK00.430.780.35
HSL26.98º63.55%39.8%-
HSV(B)26.98º77.71%65.1%-
XYZ20.1516.423.86-
YUV109.6287.02168.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=55.70%
G=31.88%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166953700.430.780.3526.9863.5539.8
HexA65F2502B4E231b4028
Octal24613745053116433310050
Binary10100110101111110010101010111001110100011110111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F25; }

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

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

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

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

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

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

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

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