#A25B47

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

Shades of Crail #A25B47

Tints of Crail #A25B47

Color information

#A25B47 (or 0xA25B47) is unknown color: approx Crail. HEX triplet: A2, 5B and 47. RGB value is (162,91,71). Sum of RGB (Red+Green+Blue) = 162+91+71=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B47 is #5DA4B8. Grayscale: #6E6E6E. Windows color (decimal): -6137017 or 4676514. OLE color: 4676514.

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

Color convert

RGB1629171-
CMYK00.440.560.36
HSL13.19º39.06%45.69%-
HSV(B)13.19º56.17%63.53%-
XYZ19.7815.627.93-
YUV109.95106.02165.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=50%
G=28.09%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162917100.440.560.3613.1939.0645.69
HexA25B4702C3824d272e
Octal2421331070547044154756
Binary101000101011011100011101011001110001001001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B47; }

 p { color: rgb(162,91,71); }

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

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

 a { background-color: rgb(162,91,71); }

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

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

 span { border-color: rgb(162,91,71); }

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