#A25F2C

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

Shades of Mai Tai #A25F2C

Tints of Mai Tai #A25F2C

Color information

#A25F2C (or 0xA25F2C) is unknown color: approx Mai Tai. HEX triplet: A2, 5F and 2C. RGB value is (162,95,44). Sum of RGB (Red+Green+Blue) = 162+95+44=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F2C is #5DA0D3. Grayscale: #6D6D6D. Windows color (decimal): -6136020 or 2908066. OLE color: 2908066.

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

Color convert

RGB1629544-
CMYK00.410.730.36
HSL25.93º57.28%40.39%-
HSV(B)25.93º72.84%63.53%-
XYZ19.4516.054.46-
YUV109.2291.2165.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=53.82%
G=31.56%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162954400.410.730.3625.9357.2840.39
HexA25F2C02949241a3928
Octal2421375405111144327150
Binary1010001010111111011000101001100100110010011010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F2C; }

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

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

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

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

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

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

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

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