#A25445

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

Shades of Crail #A25445

Tints of Crail #A25445

Color information

#A25445 (or 0xA25445) is unknown color: approx Crail. HEX triplet: A2, 54 and 45. RGB value is (162,84,69). Sum of RGB (Red+Green+Blue) = 162+84+69=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25445 is #5DABBA. Grayscale: #696969. Windows color (decimal): -6138811 or 4543650. OLE color: 4543650.

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

Color convert

RGB1628469-
CMYK00.480.570.36
HSL9.68º40.26%45.29%-
HSV(B)9.68º57.41%63.53%-
XYZ19.1414.457.41-
YUV105.61107.34168.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=51.43%
G=26.67%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162846900.480.570.369.6840.2645.29
HexA254450303924a282d
Octal2421241050607144125055
Binary101000101010100100010101100001110011001001010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25445; }

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

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

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

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

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

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

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

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