#A25F27

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

Shades of Mai Tai #A25F27

Tints of Mai Tai #A25F27

Color information

#A25F27 (or 0xA25F27) is unknown color: approx Mai Tai. HEX triplet: A2, 5F and 27. RGB value is (162,95,39). Sum of RGB (Red+Green+Blue) = 162+95+39=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F27 is #5DA0D8. Grayscale: #6C6C6C. Windows color (decimal): -6136025 or 2580386. OLE color: 2580386.

HSL color Cylindrical-coordinate representation of color #A25F27: hue angle of 27.32º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25F27 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1629539-
CMYK00.410.760.36
HSL27.32º61.19%39.41%-
HSV(B)27.32º75.93%63.53%-
XYZ19.3616.013.99-
YUV108.6588.7166.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 39 (15.62% from 255) = 13.18%
R=54.73%
G=32.09%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162953900.410.760.3627.3261.1939.41
HexA25F270294C241b3d27
Octal2421374705111444337547
Binary1010001010111111001110101001100110010010011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F27; }

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

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

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

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

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

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

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

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