#A25440

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

Shades of Crail #A25440

Tints of Crail #A25440

Color information

#A25440 (or 0xA25440) is unknown color: approx Crail. HEX triplet: A2, 54 and 40. RGB value is (162,84,64). Sum of RGB (Red+Green+Blue) = 162+84+64=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25440 is #5DABBF. Grayscale: #696969. Windows color (decimal): -6138816 or 4215970. OLE color: 4215970.

HSL color Cylindrical-coordinate representation of color #A25440: hue angle of 12.24º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25440 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1628464-
CMYK00.480.600.36
HSL12.24º43.36%44.31%-
HSV(B)12.24º60.49%63.53%-
XYZ1914.396.63-
YUV105.04104.84168.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=52.26%
G=27.10%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162846400.480.600.3612.2443.3644.31
HexA254400303C24c2b2c
Octal2421241000607444145354
Binary101000101010100100000001100001111001001001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25440; }

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

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

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

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

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

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

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

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