#A25F2E

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

Shades of Mai Tai #A25F2E

Tints of Mai Tai #A25F2E

Color information

#A25F2E (or 0xA25F2E) is unknown color: approx Mai Tai. HEX triplet: A2, 5F and 2E. RGB value is (162,95,46). Sum of RGB (Red+Green+Blue) = 162+95+46=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F2E is #5DA0D1. Grayscale: #6D6D6D. Windows color (decimal): -6136018 or 3039138. OLE color: 3039138.

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

Color convert

RGB1629546-
CMYK00.410.720.36
HSL25.34º55.77%40.78%-
HSV(B)25.34º71.6%63.53%-
XYZ19.4916.064.66-
YUV109.4592.2165.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=53.47%
G=31.35%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162954600.410.720.3625.3455.7740.78
HexA25F2E0294824193829
Octal2421375605111044317051
Binary1010001010111111011100101001100100010010011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F2E; }

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

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

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

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

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

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

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

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