#A25F2F

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

Shades of Mai Tai #A25F2F

Tints of Mai Tai #A25F2F

Color information

#A25F2F (or 0xA25F2F) is unknown color: approx Mai Tai. HEX triplet: A2, 5F and 2F. RGB value is (162,95,47). Sum of RGB (Red+Green+Blue) = 162+95+47=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F2F is #5DA0D0. Grayscale: #6D6D6D. Windows color (decimal): -6136017 or 3104674. OLE color: 3104674.

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

Color convert

RGB1629547-
CMYK00.410.710.36
HSL25.04º55.02%40.98%-
HSV(B)25.04º70.99%63.53%-
XYZ19.5116.074.76-
YUV109.5692.7165.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=53.29%
G=31.25%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162954700.410.710.3625.0455.0240.98
HexA25F2F0294724193729
Octal2421375705110744316751
Binary1010001010111111011110101001100011110010011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F2F; }

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

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

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

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

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

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

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

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