#A25448

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

Shades of Crail #A25448

Tints of Crail #A25448

Color information

#A25448 (or 0xA25448) is unknown color: approx Crail. HEX triplet: A2, 54 and 48. RGB value is (162,84,72). Sum of RGB (Red+Green+Blue) = 162+84+72=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A25448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25448 is #5DABB7. Grayscale: #6A6A6A. Windows color (decimal): -6138808 or 4740258. OLE color: 4740258.

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

Color convert

RGB1628472-
CMYK00.480.560.36
HSL38.46%45.88%-
HSV(B)55.56%63.53%-
XYZ19.2414.497.91-
YUV105.95108.84167.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=50.94%
G=26.42%
B=22.64%

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
Decimal162847200.480.560.36838.4645.88
HexA2544803038248262e
Octal2421241100607044104656
Binary101000101010100100100001100001110001001001000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25448; }

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

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

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

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

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

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

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

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