#A15444

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

Shades of Crail #A15444

Tints of Crail #A15444

Color information

#A15444 (or 0xA15444) is unknown color: approx Crail. HEX triplet: A1, 54 and 44. RGB value is (161,84,68). Sum of RGB (Red+Green+Blue) = 161+84+68=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A15444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15444 is #5EABBB. Grayscale: #696969. Windows color (decimal): -6204348 or 4478113. OLE color: 4478113.

HSL color Cylindrical-coordinate representation of color #A15444: hue angle of 10.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15444 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB1618468-
CMYK00.480.580.37
HSL10.32º40.61%44.9%-
HSV(B)10.32º57.76%63.14%-
XYZ18.9114.347.24-
YUV105.2107.01167.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=51.44%
G=26.84%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161846800.480.580.3710.3240.6144.9
HexA154440303A25a292d
Octal2411241040607245125155
Binary101000011010100100010001100001110101001011010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15444; }

 p { color: rgb(161,84,68); }

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

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

 a { background-color: rgb(161,84,68); }

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

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

 span { border-color: rgb(161,84,68); }

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