#A15446

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

Shades of Crail #A15446

Tints of Crail #A15446

Color information

#A15446 (or 0xA15446) is unknown color: approx Crail. HEX triplet: A1, 54 and 46. RGB value is (161,84,70). Sum of RGB (Red+Green+Blue) = 161+84+70=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15446 is #5EABB9. Grayscale: #696969. Windows color (decimal): -6204346 or 4609185. OLE color: 4609185.

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

Color convert

RGB1618470-
CMYK00.480.570.37
HSL9.23º39.39%45.29%-
HSV(B)9.23º56.52%63.14%-
XYZ18.9714.367.57-
YUV105.43108.01167.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=51.11%
G=26.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161847000.480.570.379.2339.3945.29
HexA1544603039259272d
Octal2411241060607145114755
Binary101000011010100100011001100001110011001011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15446; }

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

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

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

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

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

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

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

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