#A25447

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

Shades of Crail #A25447

Tints of Crail #A25447

Color information

#A25447 (or 0xA25447) is unknown color: approx Crail. HEX triplet: A2, 54 and 47. RGB value is (162,84,71). Sum of RGB (Red+Green+Blue) = 162+84+71=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25447 is #5DABB8. Grayscale: #696969. Windows color (decimal): -6138809 or 4674722. OLE color: 4674722.

HSL color Cylindrical-coordinate representation of color #A25447: hue angle of 8.57º 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 #A25447 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1628471-
CMYK00.480.560.36
HSL8.57º39.06%45.69%-
HSV(B)8.57º56.17%63.53%-
XYZ19.2114.487.74-
YUV105.84108.34168.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=51.10%
G=26.50%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162847100.480.560.368.5739.0645.69
HexA2544703038249272e
Octal2421241070607044114756
Binary101000101010100100011101100001110001001001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25447; }

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

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

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

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

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

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

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

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